Update Project.xml

This commit is contained in:
Brandon 2020-10-30 22:06:21 -04:00
parent 90270b4a3d
commit ad51619b4d
1 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<project>
<!-- _________________________ Application Settings _________________________ -->
<app title="Friday Night Funkin" file="Funkin" main="Main" version="0.0.1" company="ninjamuffin99" />
<app title="Friday Night Funkin" file="Funkin" packageName="com.ninjamuffin99.fridaynightfunkin" main="Main" version="0.0.1" company="ninjamuffin99" />
<!--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"-->
@ -96,7 +96,6 @@
<!-- _________________________________ Custom _______________________________ -->
<!--Place custom nodes like icons here (higher priority to override the HaxeFlixel icon)-->
<icon path="art/icon.png" unless="switch" />
<icon path="art/iconSwitch.png" if="switch" />
<icon path="art/icon.png" />
<haxedef name="SKIP_TO_PLAYSTATE" if="debug" />
</project>