Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealJake12 committed Jan 17, 2024
1 parent b630865 commit 6ad28d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 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="Kade Engine Community" file="Kade Engine Community" packageName="com.therealjake12.kec" package="com.therealjake12.kec" main="Main" version="1.9.4" company="TheRealJake12" />
<app title="Kade Engine Community" file="Kade Engine Community" packageName="com.therealjake12.kec" package="com.therealjake12.kec" main="Main" version="1.9.3" company="TheRealJake12" />

<!--Switch Export with Unique ApplicationID and Icon-->
<set name="APP_ID" value="0x0100f6c013bbc000" />
Expand Down
2 changes: 1 addition & 1 deletion source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ using StringTools;
class MainMenuState extends MusicBeatState
{
public static var nightly:String = "";
public static var kecVer:String = 'Kade Engine Community 1.9.4';
public static var kecVer:String = 'Kade Engine Community 1.9.3';
public static var keVer:String = "Kade Engine 1.8.1";
public static var curSelected:Int = 0;
public static var freakyPlaying:Bool = true;
Expand Down
11 changes: 3 additions & 8 deletions version.downloadMe
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
1.9.4;
1.9.3;

- Fix Broken Input With Jacks.
- Heavily Improve Gameplay Editor.
- Fix Scripted Stages Loading The Default Stage If No JSON Exists.
- Add Display Names To Songs.
- Fix Note Color Quantization.
- Tweaks
- Bug Fixes.
- Fully Fix Ugh Chart.
- Minor Bug Fixes.

0 comments on commit 6ad28d2

Please sign in to comment.