-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.xml
More file actions
32 lines (25 loc) · 1.07 KB
/
project.xml
File metadata and controls
32 lines (25 loc) · 1.07 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
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<project>
<app title="MiOS" file="Modular Intellisense Operating System" main="Main" version="0.0.1" company="ChickenSwimmer2020"/>
<app preloader="flixel.system.FlxPreloader"/>
<set name="SWF_VERSION" value="11.8"/>
<window if="hl" width="1280" height="720" fps="60" background="#FFFFFF" hardware="true" vsync="false"/>
<set name="BUILD_DIR" value="export"/>
<source path="source"/>
<assets path="assets"/>
<undefine name="openfl-disable-handle-error"/>
<define name="openfl_enable_handle_error"/>
<haxelib name="lime"/>
<haxelib name="openfl"/>
<haxelib name="flixel"/>
<haxelib name="flixel-tools"/>
<haxelib name="flixel-ui" />
<haxelib name="flixel-addons" />
<haxelib name="haxe-gif" />
<haxedef name="FLX_NO_FOCUS_LOST_SCREEN" />
<haxedef name="FLX_NO_MOUSE" if="mobile"/>
<haxedef name="FLX_NO_KEYBOARD" if="mobile"/>
<haxedef name="FLX_NO_TOUCH" if="desktop"/>
<haxedef name="FLX_NO_DEBUG" unless="debug"/>
<haxedef name="NAPE_RELEASE_BUILD" unless="debug"/>
</project>