diff --git a/src/game/menus/GameTitle.as b/src/game/menus/GameTitle.as index d3a88b3..cd1094a 100644 --- a/src/game/menus/GameTitle.as +++ b/src/game/menus/GameTitle.as @@ -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;