Skip to content

Commit

Permalink
cooked
Browse files Browse the repository at this point in the history
(me, not the code lol)
  • Loading branch information
Joalor64GH authored Jun 6, 2024
1 parent 3fd7b4d commit 924debb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions source/meta/state/FreeplayState.hx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package meta.state;

import flixel.sound.FlxSound;

class FreeplayState extends MusicBeatState
{
var songs:Array<SongMetadata> = [];
Expand Down
3 changes: 1 addition & 2 deletions source/meta/state/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class MainMenuState extends MusicBeatState
{
curSelected = i;
changeItem();
FlxG.sound.play(backend.utils.Paths.sound('scrollMenu'));
FlxG.sound.play(Paths.sound('scrollMenu'));
}
});
#end
Expand Down Expand Up @@ -292,7 +292,6 @@ class MainMenuState extends MusicBeatState
#end

var selectedSomethin:Bool = false;
var timeNotMoving:Float = 0;

override function update(elapsed:Float)
{
Expand Down

0 comments on commit 924debb

Please sign in to comment.