diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-11-14 12:31:57 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-11-14 12:31:57 +0100 |
commit | 734c79b736a177b4f4418ad360d57a0e004a7f7e (patch) | |
tree | 059bcc2af0177aff719d69484248022b15b3705c /core | |
parent | d2ee66dcf9adbaaf0ce96cc8005a9e1d53e681d9 (diff) | |
download | RustAndDust-734c79b736a177b4f4418ad360d57a0e004a7f7e.zip RustAndDust-734c79b736a177b4f4418ad360d57a0e004a7f7e.tar.gz |
btn-attack -> btn-engage
Diffstat (limited to 'core')
-rw-r--r-- | core/src/ch/asynk/tankontank/game/hud/ActionButtons.java | 2 |
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"); |