Skip to content

Instantly share code, notes, and snippets.

@z-ohnami
Last active July 15, 2018 07:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save z-ohnami/11292392 to your computer and use it in GitHub Desktop.
Save z-ohnami/11292392 to your computer and use it in GitHub Desktop.
OpenFL project.xml
<?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 width="320" height="480" unless="mobile" />
<window orientation="landscape" vsync="false" antialiasing="0" if="cpp" />
<!-- classpath, haxe libs -->
<source path="src" />
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment