Skip to content

Commit 9b0c88f

Browse files
committed
title
1 parent ba94772 commit 9b0c88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/menus/GameTitle.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ package game.menus
2222
super(160,36);
2323
graphic = this.list = new Graphiclist();
2424
Text.size = 36;
25-
this.two = new Text("1.3");
25+
this.two = new Text("1.4");
2626
this.two.color = 16777215;
2727
this.two.centerOO();
2828
this.two.y = this.two.y + 28;

0 commit comments

Comments
 (0)