Skip to content

Commit

Permalink
dude
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackx2 committed Jun 19, 2024
1 parent 9ba030a commit 4784dcd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
<haxedef name="LINC_LUA_RELATIVE_DYNAMIC_LIB"/>
<!-- stable luas PUT AFTER FIRST LINE WITH APP NAME AND ETC -->

<!--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"-->
<!-- <app preloader="Preloader" resizable="true" /> -->
<!--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"-->
<app preloader="flixel.system.FlxPreloader" />

<!--Minimum without FLX_NO_GAMEPAD: 11.8, without FLX_NO_NATIVE_CURSOR: 11.2-->
Expand Down Expand Up @@ -62,12 +60,12 @@
<!-- Crash handler -->
<define name="CRASH_HANDLER" if="desktop release" />

<!-- Style of the logs | classic, indent, pretty -->
<define name="message.reporting" value="pretty"/>

<!-- DONT ENABLE THIS -->
<define name="CHECK_FOR_UPDATES" if="desktop officialBuild"/>

<!-- Style of the logs | classic, indent, pretty -->
<define name="message.reporting" value="pretty"/>

<!--Place custom nodes like icons here (higher priority to override the HaxeFlixel icon)-->
<section embed="true">
<icon path="art/icons/icon16.png" size='16'/>
Expand Down

0 comments on commit 4784dcd

Please sign in to comment.