diff options
| -rw-r--r-- | core/src/ch/asynk/rustanddust/menu/PlayMenu.java | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/core/src/ch/asynk/rustanddust/menu/PlayMenu.java b/core/src/ch/asynk/rustanddust/menu/PlayMenu.java index 42df0d8..1f1439d 100644 --- a/core/src/ch/asynk/rustanddust/menu/PlayMenu.java +++ b/core/src/ch/asynk/rustanddust/menu/PlayMenu.java @@ -41,12 +41,12 @@ public class PlayMenu extends Patch          this.title = new Label(font);          this.title.write("- Play");          this.gameMode = new Label(font); -        this.gameMode.write("Game mode"); +        this.gameMode.write("Game mode : ");          this.gameModeValue = new Label(font);          this.okBtn = new Bg(atlas.findRegion("ok"));          this.cancelBtn = new Bg(atlas.findRegion("cancel"));          this.battle = new Label(font); -        this.battle.write("Scenario"); +        this.battle.write("Scenario : ");          this.battleValue = new Label(font);          this.okCancel = new OkCancel(font, atlas); | 
