Skip to content

Commit

Permalink
rename the SubState demo to FlxSubState (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 authored Apr 8, 2024
1 parent 9be7315 commit aa9d97b
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 1 deletion.
58 changes: 58 additions & 0 deletions Features/FlxSubState/FlxSubState.hxproj
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&#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" />
<option flashStrict="False" />
<option noInlineOnDebug="False" />
<option mainClass="ApplicationMain" />
<option enabledebug="True" />
<option additional="--macro flixel.system.macros.FlxConditionals.run()&#xA;-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>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- _________________________ Application Settings _________________________ -->

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

<!--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"!-->
<app preloader="flixel.system.FlxPreloader" />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit aa9d97b

Please sign in to comment.