First commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<project>
|
||||
<!-- NMML reference: https://gist.github.com/1763850 -->
|
||||
|
||||
<!-- metadata, make sure 'package' is at least 3 segments (ie. com.mycompany.myproject) -->
|
||||
<meta title="FLWork" package="FLWork" version="1.0.0" company="" />
|
||||
|
||||
<!-- output -->
|
||||
<app main="Main" file="FLWork" path="bin" />
|
||||
|
||||
<!-- <window background="#FFFFFF" fps="60" /> -->
|
||||
<window background="null" color-depth="32" fps="60" />
|
||||
<window width="320" height="480" unless="mobile" />
|
||||
<window orientation="landscape" vsync="false" antialiasing="0" if="cpp" />
|
||||
|
||||
<!-- classpath, haxe libs -->
|
||||
<source path="src" />
|
||||
<assets path="res/sprites" rename="sprites" />
|
||||
<haxelib name="openfl" />
|
||||
<haxelib name="actuate" />
|
||||
|
||||
<!-- assets -->
|
||||
<icon path="assets/openfl.svg" />
|
||||
<!-- <assets path="assets/img" rename="img" /> -->
|
||||
|
||||
<!-- optimize output
|
||||
<haxeflag name="-dce full" /> -->
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user