-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTanksEditor-app.xml
More file actions
29 lines (29 loc) · 1 KB
/
TanksEditor-app.xml
File metadata and controls
29 lines (29 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8" ?>
<application
xmlns="http://ns.adobe.com/air/application/51.1"
minimumPatchLevel="0">
<!-- AIR Application Descriptor File. See https://airsdk.dev/docs/building/application-descriptor-files/introduction -->
<id>net.pyogenics.tankseditor</id>
<name>TanksEditor</name>
<versionNumber>1.0.0</versionNumber>
<versionLabel>dev1</versionLabel>
<filename>TanksEditor</filename>
<description>
<text xml:lang="en">Map editor for Tanki Online</text>
</description>
<copyright>Copyright 2024, Pyogenics, https://www.github.com/Pyogenics</copyright>
<initialWindow>
<content>build/TanksEditor.swf</content>
<title>TanksEditor</title>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<minimizable>true</minimizable>
<maximizable>true</maximizable>
<resizable>true</resizable>
<width>1280</width>
<height>720</height>
<renderMode>gpu</renderMode>
<fullscreen>false</fullscreen>
<visible>true</visible>
</initialWindow>
</application>