Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
there is now a [DEBUG] tag in the titlebar when compiling to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RadiantCorium committed Jun 11, 2022
1 parent e0f669b commit da7c120
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project>
<!-- _________________________ Application Settings _________________________ -->

<app title="Friday Night Funkin' Sharp Engine" file="Funkin" packageName="com.tpg.sharpengine" package="com.tpg.sharpengine" main="Main" version="1.3.1-SC559" company="thepercentageguy" />
<app title="Friday Night Funkin' Sharp Engine" file="Funkin" packageName="com.tpg.sharpengine" package="com.tpg.sharpengine" main="Main" version="1.4.0-SC563" company="thepercentageguy" />

<!--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 "FlxPreloaderBase-onUpdate-bytesTotal"-->
Expand Down
4 changes: 4 additions & 0 deletions source/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ class Main extends Sprite
#else
Application.current.window.title += "x64)";
#end

#if debug
Application.current.window.title += " [DEBUG]";
#end
}

private function init(?E:Event):Void
Expand Down

0 comments on commit da7c120

Please sign in to comment.