Skip to content

Commit

Permalink
Rename app and save folder
Browse files Browse the repository at this point in the history
  • Loading branch information
DEMOLITIONDON96 authored Mar 25, 2024
1 parent ee38c01 commit 7411896
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<!-- _________________________ Application Settings _________________________ -->

<!-- Application Window Title and Executable File Name -->
<app title="Forever Engine Feather" file="FE-Feather" />
<app title="Spectra Engine" file="Spectra Engine" />

<!-- Package Name (Android, Mac) -->
<app packageName="com.beastlyghost.foreverenginefeather" package="com.beastlyghost.foreverenginefeather" />
<app packageName="com.demolitiondon96.spectraengine" package="com.demolitiondon96.spectraengine" />

<!-- Main Class State, Game Version, Company (save data) Name -->
<app main="globals.Main" version="0.1" company="BeastlyGhost" />
<app main="globals.Main" version="0.1" company="SpectraEngineData" />

<!--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

0 comments on commit 7411896

Please sign in to comment.