gaming swag epic + im dumb
gaming swag epic + im dumb
This commit is contained in:
commit
3992edef79
@ -63,6 +63,9 @@ class KadeEngineData
|
||||
if (FlxG.save.data.ghost == null)
|
||||
FlxG.save.data.ghost = true;
|
||||
|
||||
if (FlxG.save.data.distractions == null)
|
||||
FlxG.save.data.distractions = true;
|
||||
|
||||
Conductor.recalculateTimings();
|
||||
|
||||
Main.watermarks = FlxG.save.data.watermark;
|
||||
|
@ -1,6 +1,6 @@
|
||||
package;
|
||||
|
||||
#if cpp
|
||||
#if windows
|
||||
import llua.Lua;
|
||||
#end
|
||||
import Controls.Control;
|
||||
@ -182,7 +182,7 @@ class PauseSubState extends MusicBeatSubstate
|
||||
FlxG.resetState();
|
||||
case "Exit to menu":
|
||||
PlayState.loadRep = false;
|
||||
#if cpp
|
||||
#if windows
|
||||
if (PlayState.lua != null)
|
||||
{
|
||||
Lua.close(PlayState.lua);
|
||||
|
@ -435,7 +435,7 @@ class PlayState extends MusicBeatState
|
||||
repPresses = 0;
|
||||
repReleases = 0;
|
||||
|
||||
#if sys
|
||||
#if windows
|
||||
executeModchart = FileSystem.exists(Paths.lua(PlayState.SONG.song.toLowerCase() + "/modchart"));
|
||||
#end
|
||||
#if !cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user