Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Final commit for 0.4-a
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusStrom committed Jul 28, 2021
1 parent f5a5e09 commit 580d4f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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' ProjectFNF" file="ProjectFNF" packageName="com.aflac.projectfnf" package="com.aflac.projectfnf" main="Main" version="0.4-a(beta)" company="aflac" />
<app title="Friday Night Funkin' ProjectFNF" file="ProjectFNF" packageName="com.aflac.projectfnf" package="com.aflac.projectfnf" main="Main" version="0.4-a" company="aflac" />
<!-- DO NOT TOUCH THE VERSION -->
<!--Switch Export with Unique ApplicationID and Icon-->
<set name="APP_ID" value="0x0100f6c013bbc000" />
Expand Down
2 changes: 1 addition & 1 deletion source/Config.hx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class Config extends MusicBeatState
*
* Usually for devs
*/
public static var CONFIGSkip:Bool = false;
public static var CONFIGSkip:Bool = true;
/**
* The Name of the Mod. This shows up in the Main Menu with the Story Mode, Freeplay, Donate, and Options buttons
*
Expand Down

0 comments on commit 580d4f3

Please sign in to comment.