Skip to content

Commit

Permalink
kay im tired again, will do more tomorrow
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Jun 3, 2024
1 parent 0a2cac3 commit b7a8940
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 15 deletions.
2 changes: 0 additions & 2 deletions source/Init.hx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package;

import flixel.input.keyboard.FlxKey;

class Init extends FlxState
{
var epicLogo:FlxSprite;
Expand Down
2 changes: 1 addition & 1 deletion source/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class Main extends Sprite

DiscordClient.shutdown();

Lib.application.window.alert(msg + '\nIf you think this shouldn\'t have happened, report this error to GitHub repository! Please? Thanks :)\nhttps://github.com/Joalor64GH/Joalor64-Engine-Rewrite/issues', 'Error!');
Lib.application.window.alert(msg + '\n\nIf you think this shouldn\'t have happened, report this error to GitHub repository! Please? Thanks :)\nhttps://github.com/Joalor64GH/Joalor64-Engine-Rewrite/issues', 'Error!');
LimeSystem.exit(1);
}

Expand Down
7 changes: 0 additions & 7 deletions source/meta/data/options/NoteOffsetState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -381,13 +381,6 @@ class NoteOffsetState extends MusicBeatState
persistentUpdate = false;
CustomFadeTransition.nextCamera = camOther;
MusicBeatState.switchState(new OptionsState());
if (PauseSubState.fromPlayState)
{
if (ClientPrefs.pauseMusic != 'None')
FlxG.sound.playMusic(Paths.music(Paths.formatToSongPath(ClientPrefs.pauseMusic)));
else
FlxG.sound.music.volume = 0;
}
FlxG.mouse.visible = false;
}

Expand Down
5 changes: 0 additions & 5 deletions source/meta/state/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ import openfl.filters.ShaderFilter;
import openfl.events.KeyboardEvent;

import flixel.animation.FlxAnimationController;
import flixel.addons.effects.FlxTrail;
import flixel.input.keyboard.FlxKey;
import flixel.sound.FlxSound;
import flixel.ui.FlxBar;

import animateatlas.AtlasFrameMaker;

Expand Down Expand Up @@ -308,7 +304,6 @@ class PlayState extends MusicBeatState
public var songHits:Int = 0;
public var songMisses:Int = 0;
public var scoreTxt:FlxText;

public var judgementCounter:FlxText;

var timeTxt:FlxText;
Expand Down

0 comments on commit b7a8940

Please sign in to comment.