Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit fbb984b

Browse files
committed
Fix typo in early access notice text for test build
1 parent 1218d6c commit fbb984b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/states/MainMenuState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class MainMenuState extends MusicBeatState
9999

100100
var text:String = EngineConfig.ENGINR_NAME+" Engine v " + psychEngineVersion;
101101
if (EngineConfig.THISTESTBUILD) {
102-
text = text + " [Early Access Edition] // This is Test Build, Please report any bugs!"
102+
text = text + " [Early Access Edition] // This is Test Build!, Please report any bugs!"
103103
}
104104

105105
var psychVer:FlxText = new FlxText(12, FlxG.height - 44, 0, text, 12);

0 commit comments

Comments
 (0)