-
Notifications
You must be signed in to change notification settings - Fork 1
/
VoxelVerseConfig.xml
34 lines (34 loc) · 984 Bytes
/
VoxelVerseConfig.xml
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
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<!--This Adobe Flex compiler configuration file was generated by a tool.-->
<!--Any modifications you make may be lost.-->
<flex-config>
<target-player>13</target-player>
<compiler>
<define append="true">
<name>CONFIG::debug</name>
<value>true</value>
</define>
<define append="true">
<name>CONFIG::release</name>
<value>false</value>
</define>
<define append="true">
<name>CONFIG::timeStamp</name>
<value>'1.3.2011'</value>
</define>
<source-path append="true">
<path-element>src</path-element>
</source-path>
<library-path append="true">
</library-path>
</compiler>
<file-specs>
<path-element>src\VoxelVerse.as</path-element>
</file-specs>
<default-background-color>#EEEEEE</default-background-color>
<default-frame-rate>60</default-frame-rate>
<default-size>
<width>1024</width>
<height>768</height>
</default-size>
</flex-config>