added resources & bitmap skin

This commit is contained in:
2013-11-22 16:27:43 +04:00
parent 7d45f0fac7
commit cba776ec51
12 changed files with 173 additions and 9 deletions

8
project.xml Normal file → Executable file
View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="ViewExample" package="haxework.examples" version="1.0.0" company="MegaLoMania"/>
<app path="target" file="ViewExample" main="examples.ViewExample"/>
<app path="target" file="ViewExample" main="examples.ViewExample"/>
<window width="800" height="600" if="desktop"/>
<window width="0" height="0" if="html5"/>
<source path="."/>
<window width="0" height="0" if="html5"/>
<source path="."/>
<haxelib name="openfl"/>
<assets path="examples" include="*"/>
<assets path="examples" include="*"/>
</project>