summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/ch/asynk/tankontank/game/hud/ActionButtons.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/ch/asynk/tankontank/game/hud/ActionButtons.java b/core/src/ch/asynk/tankontank/game/hud/ActionButtons.java
index d936996..b3a9afe 100644
--- a/core/src/ch/asynk/tankontank/game/hud/ActionButtons.java
+++ b/core/src/ch/asynk/tankontank/game/hud/ActionButtons.java
@@ -51,7 +51,7 @@ public class ActionButtons extends Bg
this.buttons[Buttons.MOVE.i] = new Button(atlas, "btn-move");
this.buttons[Buttons.ROTATE.i] = new Button(atlas, "btn-rotate");
this.buttons[Buttons.PROMOTE.i] = new Button(atlas, "btn-promote");
- this.buttons[Buttons.ENGAGE.i] = new Button(atlas, "btn-attack");
+ this.buttons[Buttons.ENGAGE.i] = new Button(atlas, "btn-engage");
this.buttons[Buttons.DONE.i] = new Button(atlas, "btn-check");
this.buttons[Buttons.ABORT.i] = new Button(atlas, "btn-cancel");