Skip to content

Commit

Permalink
No Charting in the void
Browse files Browse the repository at this point in the history
  • Loading branch information
poec987 committed Jun 25, 2024
1 parent 6ff78a9 commit 5c6252e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added assets/preload/images/charterBG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions source/ChartingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ class ChartingState extends MusicBeatState
{
curSection = lastSection;

var chartBg:FlxSprite = new FlxSprite().loadGraphic(Paths.image('charterBG'));
chartBg.scrollFactor.set(0, 0);
add(chartBg);

gridBG = FlxGridOverlay.create(GRID_SIZE, GRID_SIZE, GRID_SIZE * 8, GRID_SIZE * 16);
add(gridBG);

Expand Down

0 comments on commit 5c6252e

Please sign in to comment.