Skip to content

Commit

Permalink
update for new patches
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolka9144 committed Dec 30, 2024
1 parent 5bc0934 commit e9fdc7b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://lime.openfl.org/project/1.0.4 http://lime.openfl.org/xsd/project-1.0.4.xsd">
<!-- _________________________ Application Settings _________________________ -->

<app title="Friday Night Funkin': P-Slice Engine" file="PSliceEngine" packageName="com.mikolka9144.pslice" package="com.mikolka9144.pslice" main="Main" version="2.2.1" company="mikolka9144" />
<app title="Friday Night Funkin': P-Slice Engine" file="PSliceEngine" packageName="com.mikolka9144.pslice" package="com.mikolka9144.pslice" main="Main" version="2.2.2" company="mikolka9144" />

<!--Switch Export with Unique ApplicationID and Icon-->
<set name="APP_ID" value="0x0100f6c013bbc000" />
Expand Down
Binary file modified example_mods/modTemplate.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion gitVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2
2.2.2
2 changes: 1 addition & 1 deletion source/states/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import options.OptionsState;
class MainMenuState extends MusicBeatState
{
public static var psychEngineVersion:String = '1.0'; // This is also used for Discord RPC
public static var pSliceVersion:String = '2.2.1';
public static var pSliceVersion:String = '2.2.2';
public static var funkinVersion:String = '0.5.3'; // Version of funkin' we are emulationg
public static var curSelected:Int = 0;

Expand Down

0 comments on commit e9fdc7b

Please sign in to comment.