summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game/Hud.java
AgeCommit message (Expand)AuthorFilesLines
2014-10-06GameCtrl: add inAnimation() and animationDone()Jérémy Zurcher1-3/+3
2014-10-06Hud: fix calls to ctrl.setState(...)Jérémy Zurcher1-4/+3
2014-10-06Hud: add reset()Jérémy Zurcher1-4/+9
2014-10-06Hud: change constructor param order to match MapJérémy Zurcher1-1/+1
2014-10-06Hud: add a reference to GameCtrl instanceJérémy Zurcher1-1/+11
2014-10-06Hud: add setOn setOff to ActionBtnJérémy Zurcher1-10/+14
2014-10-05Hud: setup basic cmd panelJérémy Zurcher1-13/+141
2014-09-30add game/HudJérémy Zurcher1-0/+33