Skip to content

Commit

Permalink
this should be it now
Browse files Browse the repository at this point in the history
  • Loading branch information
DEMOLITIONDON96 authored Mar 26, 2024
1 parent 4249154 commit b53221f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/data/menus/states/MainMenu.hx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function postCreate()

updateSelection();

var versionShit:FlxText = new FlxText(5, FlxG.height - 18, 0, "Forever Engine Feather v" + Main.featherVersion, 12);
var versionShit:FlxText = new FlxText(5, FlxG.height - 18, 0, "Spectra Engine v" + Main.game.version, 12);
versionShit.scrollFactor.set();
versionShit.setFormat(Paths.font("vcr"), 16, 0xFFFFFFFF, ForeverTools.setTextAlign('left'), FlxTextBorderStyle.OUTLINE, 0xFF000000);
add(versionShit);
Expand Down

0 comments on commit b53221f

Please sign in to comment.