Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrorcult committed Jul 9, 2024
1 parent 2e692ae commit 9ca3495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/menus/GameTitle.as
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package game.menus
super(160,36);
graphic = this.list = new Graphiclist();
Text.size = 36;
this.two = new Text("1.2");
this.two = new Text("1.3-boss");
this.two.color = 16777215;
this.two.centerOO();
this.two.y = this.two.y + 28;
Expand Down

0 comments on commit 9ca3495

Please sign in to comment.