Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
version shit + moved tutorial's modchart to test
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulazorua committed Jul 5, 2021
1 parent 95468dd commit 67e6813
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class MainMenuState extends MusicBeatState

FlxG.camera.follow(camFollow, null, 0.06);

var versionShit:FlxText = new FlxText(5, FlxG.height - 18, 0, "v" + Application.current.meta.get('version') + " - Andromeda Engine B5", 12);
var versionShit:FlxText = new FlxText(5, FlxG.height - 18, 0, "v" + Application.current.meta.get('version') + " - Andromeda Engine B6", 12);
versionShit.scrollFactor.set();
versionShit.setFormat("VCR OSD Mono", 16, FlxColor.WHITE, LEFT, FlxTextBorderStyle.OUTLINE, FlxColor.BLACK);
add(versionShit);
Expand Down

0 comments on commit 67e6813

Please sign in to comment.