-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.xml
24 lines (18 loc) · 854 Bytes
/
Project.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
<?xml version="1.0" encoding="utf-8"?>
<project>
<app title="haxe-flixel-template" file="haxe-flixel-template" main="Main" version="0.0.1" company="haxe-flixel-template" />
<app preloader="utils.Preloader" />
<set name="BUILD_DIR" value="export" />
<window width="1920" height="1080" fps="60" background="#000000" hardware="true" vsync="true" />
<window if="html5" width="1280" height="720" resizable="true" />
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
<classpath name="src" />
<assets path="assets" />
<haxelib name="flixel" />
<haxelib name="flixel-addons" />
<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="js-es" value="6" />
</project>