Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/MenuState.as
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ package
//If we were hip we'd use our own button animations, but we'll just recolor
//the stock ones for now instead.
var text:FlxText;
text = new FlxText(FlxG.width/2-50,FlxG.height/3+39,100,"by Adam Atomic")
text = new FlxText(FlxG.width/2-50,FlxG.height/3+39,100,"by Adam Atomic");
text.alignment = "center";
text.color = 0x3a5c39;
add(text);
Expand Down