-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename the SubState demo to FlxSubState (#339)
- Loading branch information
1 parent
9be7315
commit aa9d97b
Showing
6 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<project version="2"> | ||
<!-- Output SWF options --> | ||
<output> | ||
<movie outputType="CustomBuild" /> | ||
<movie input="" /> | ||
<movie path="Project.xml" /> | ||
<movie fps="60" /> | ||
<movie width="640" /> | ||
<movie height="480" /> | ||
<movie version="1" /> | ||
<movie minorVersion="0" /> | ||
<movie platform="Lime" /> | ||
<movie background="000000" /> | ||
<movie preferredSDK="Haxe 3.0.0;3.0.0;" /> | ||
</output> | ||
<!-- Other classes to be compiled into your SWF --> | ||
<classpaths> | ||
<class path="C:\HaxeToolkit\haxe\lib\flixel\git" /> | ||
<class path="C:\HaxeToolkit\haxe\lib\openfl\2,1,0" /> | ||
<class path="C:\HaxeToolkit\haxe\lib\lime\2,0,0-alpha" /> | ||
<class path="source" /> | ||
<class path="export\flash\haxe" /> | ||
</classpaths> | ||
<!-- Build options --> | ||
<build> | ||
<option directives="flixel=3.3.5
openfl=2.1.0
lime=2.0.0-alpha
tools=2.0.0-alpha
FLX_NO_DEBUG
no-compilation
openfl-flash
web" /> | ||
<option flashStrict="False" /> | ||
<option noInlineOnDebug="False" /> | ||
<option mainClass="ApplicationMain" /> | ||
<option enabledebug="True" /> | ||
<option additional="--macro flixel.system.macros.FlxConditionals.run()
-swf-version 11.8" /> | ||
</build> | ||
<!-- haxelib libraries --> | ||
<haxelib> | ||
<!-- example: <library name="..." /> --> | ||
</haxelib> | ||
<!-- Class files to compile (other referenced classes will automatically be included) --> | ||
<compileTargets> | ||
<compile path="Source\TestDrawRect.hx" /> | ||
</compileTargets> | ||
<!-- Paths to exclude from the Project Explorer tree --> | ||
<hiddenPaths> | ||
<hidden path="obj" /> | ||
</hiddenPaths> | ||
<!-- Executed before build --> | ||
<preBuildCommand>"$(CompilerPath)/haxelib" run lime build "$(OutputFile)" $(TargetBuild) -$(BuildConfig) -Dfdb</preBuildCommand> | ||
<!-- Executed after build --> | ||
<postBuildCommand alwaysRun="False" /> | ||
<!-- Other project options --> | ||
<options> | ||
<option showHiddenPaths="False" /> | ||
<option testMovie="Custom" /> | ||
<option testMovieCommand="" /> | ||
</options> | ||
<!-- Plugin storage --> | ||
<storage /> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.