-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.xml
More file actions
24 lines (18 loc) · 965 Bytes
/
project.xml
File metadata and controls
24 lines (18 loc) · 965 Bytes
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>
<meta title="Flappy Starling" package="com.gamua.flappy-starling" version="1.0.0" company="Gamua" />
<app main="FlappyStarlingWeb" file="flappy-starling" path="bin" swf-version="19" />
<window width="320" height="480" orientation="portrait" background="0xffffff" />
<!--<window resizable="false" unless="mobile || console" />-->
<window depth-buffer="true" stencil-buffer="true" />
<source path="src" />
<haxelib name="starling" />
<haxelib name="openfl" />
<assets path="assets/sounds" embed="false" />
<assets path="assets/textures/1x" if="air || mobile" embed="false" />
<assets path="assets/textures/2x" embed="false" />
<assets path="assets/textures/3x" if="air || mobile" embed="false" />
<assets path="assets/fonts/1x" if="air || mobile" embed="false" />
<assets path="assets/fonts/2x" embed="false" />
<assets path="assets/fonts/3x" if="air || mobile" embed="false" />
</project>