Skip to content

Commit

Permalink
tiny mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Aug 19, 2023
1 parent 6de8eb6 commit 9aaf384
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/Init.hx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import flixel.util.FlxColor;
import flixel.tweens.FlxEase;
import flixel.tweens.FlxTween;
import flixel.input.keyboard.FlxKey;
import lime.app.Application;

import meta.*;
import meta.state.*;
import meta.data.*;

#if FUTURE_POLYMOD
import core.ModCore;
#end
Expand Down
4 changes: 3 additions & 1 deletion source/meta/state/OutdatedState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import flixel.addons.transition.FlxTransitionableState;
import flixel.tweens.FlxTween;

import haxe.Json;
import haxe.Htpp;

import meta.*;
import meta.data.*;
Expand All @@ -18,6 +19,7 @@ class OutdatedState extends MusicBeatState
{
public static var leftState:Bool = false;
public static var mustUpdate:Bool = false;

public static var daJson:Dynamic;

var warnText:FlxText;
Expand All @@ -32,7 +34,7 @@ class OutdatedState extends MusicBeatState
warnText = new FlxText(0, 0, FlxG.width,
"Oh teh noes! You're running an outdated version of Joalor64 Engine Rewritten!\n
Your current version is v" + MainMenuState.joalor64EngineVersion + ", while the most recent version is v" + daJson.version + "!\n
What's Changed:\n"
What's New:\n"
+ daJson.description +
"\nPress ENTER to go to GitHub. Otherwise, press ESCAPE to proceed anyways.\n
Thank you for using the Engine! :)",
Expand Down
2 changes: 1 addition & 1 deletion source/meta/state/ReplayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class ReplayPauseSubstate extends PauseSubState
{
super(x, y);

menuItemsOG = ['Resume', 'Restart Replay', 'Exit to freeplay', 'Exit to menu'];
menuItemsOG = ['Resume', 'Restart Replay', 'Exit'];
menuItems = menuItemsOG;
regenMenu();
}
Expand Down

0 comments on commit 9aaf384

Please sign in to comment.