Skip to content

Commit

Permalink
Merge pull request #27 from Hackx2/experimental
Browse files Browse the repository at this point in the history
Update ChartingState.hx
  • Loading branch information
Hackx2 committed Feb 17, 2024
2 parents 080b32b + 9eca323 commit 1e8e09d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/game/editors/ChartingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import game.states.PlayState;
import backend.StageData;
import backend.Song;
import haxe.format.JsonParser;
import game.objects.AttachedText;
import game.objects.AttachedSprite;
import haxe.io.Bytes;
import game.objects.characters.Character;
import backend.Conductor.BPMChangeEvent;
Expand Down Expand Up @@ -53,6 +53,7 @@ import openfl.net.FileReference;
import openfl.utils.Assets as OpenFlAssets;
import openfl.utils.ByteArray;
import game.objects.HealthIcon;
import game.objects.AttachedText;

import backend.system.MusicBeatSubstate;
import backend.system.MusicBeatState;
Expand Down

0 comments on commit 1e8e09d

Please sign in to comment.