summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-11-14 12:31:57 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2014-11-14 12:31:57 +0100
commit734c79b736a177b4f4418ad360d57a0e004a7f7e (patch)
tree059bcc2af0177aff719d69484248022b15b3705c /core/src/ch/asynk/tankontank
parentd2ee66dcf9adbaaf0ce96cc8005a9e1d53e681d9 (diff)
downloadRustAndDust-734c79b736a177b4f4418ad360d57a0e004a7f7e.zip
RustAndDust-734c79b736a177b4f4418ad360d57a0e004a7f7e.tar.gz
btn-attack -> btn-engage
Diffstat (limited to 'core/src/ch/asynk/tankontank')
-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");