Skip to content

Commit aa9d97b

Browse files
rename the SubState demo to FlxSubState (#339)
1 parent 9be7315 commit aa9d97b

6 files changed

Lines changed: 59 additions & 1 deletion

File tree

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<project version="2">
3+
<!-- Output SWF options -->
4+
<output>
5+
<movie outputType="CustomBuild" />
6+
<movie input="" />
7+
<movie path="Project.xml" />
8+
<movie fps="60" />
9+
<movie width="640" />
10+
<movie height="480" />
11+
<movie version="1" />
12+
<movie minorVersion="0" />
13+
<movie platform="Lime" />
14+
<movie background="000000" />
15+
<movie preferredSDK="Haxe 3.0.0;3.0.0;" />
16+
</output>
17+
<!-- Other classes to be compiled into your SWF -->
18+
<classpaths>
19+
<class path="C:\HaxeToolkit\haxe\lib\flixel\git" />
20+
<class path="C:\HaxeToolkit\haxe\lib\openfl\2,1,0" />
21+
<class path="C:\HaxeToolkit\haxe\lib\lime\2,0,0-alpha" />
22+
<class path="source" />
23+
<class path="export\flash\haxe" />
24+
</classpaths>
25+
<!-- Build options -->
26+
<build>
27+
<option directives="flixel=3.3.5&#xA;openfl=2.1.0&#xA;lime=2.0.0-alpha&#xA;tools=2.0.0-alpha&#xA;FLX_NO_DEBUG&#xA;no-compilation&#xA;openfl-flash&#xA;web" />
28+
<option flashStrict="False" />
29+
<option noInlineOnDebug="False" />
30+
<option mainClass="ApplicationMain" />
31+
<option enabledebug="True" />
32+
<option additional="--macro flixel.system.macros.FlxConditionals.run()&#xA;-swf-version 11.8" />
33+
</build>
34+
<!-- haxelib libraries -->
35+
<haxelib>
36+
<!-- example: <library name="..." /> -->
37+
</haxelib>
38+
<!-- Class files to compile (other referenced classes will automatically be included) -->
39+
<compileTargets>
40+
<compile path="Source\TestDrawRect.hx" />
41+
</compileTargets>
42+
<!-- Paths to exclude from the Project Explorer tree -->
43+
<hiddenPaths>
44+
<hidden path="obj" />
45+
</hiddenPaths>
46+
<!-- Executed before build -->
47+
<preBuildCommand>"$(CompilerPath)/haxelib" run lime build "$(OutputFile)" $(TargetBuild) -$(BuildConfig) -Dfdb</preBuildCommand>
48+
<!-- Executed after build -->
49+
<postBuildCommand alwaysRun="False" />
50+
<!-- Other project options -->
51+
<options>
52+
<option showHiddenPaths="False" />
53+
<option testMovie="Custom" />
54+
<option testMovieCommand="" />
55+
</options>
56+
<!-- Plugin storage -->
57+
<storage />
58+
</project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- _________________________ Application Settings _________________________ -->
66

7-
<app title="SubState" file="SubState" main="Main" version="0.0.1" company="HaxeFlixel" />
7+
<app title="FlxSubState" file="FlxSubState" main="Main" version="0.0.1" company="HaxeFlixel" />
88

99
<!--The flixel preloader is not accurate in Chrome. You can use it regularly if you embed the swf into a html file, or you can set the actual size of your file manually at "Flxpreloader-onUpdate-bytesTotal"!-->
1010
<app preloader="flixel.system.FlxPreloader" />
File renamed without changes.

0 commit comments

Comments
 (0)