summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game/hud/Msg.java
AgeCommit message (Expand)AuthorFilesLines
2014-12-27move base ui widgets into core/src/ch/asynk/tankontank/uiJérémy Zurcher1-79/+0
2014-12-17Msg: uses LabelStack, add updatePosition()Jérémy Zurcher1-59/+34
2014-12-16hud: set(...) -> setPosition(...)Jérémy Zurcher1-2/+2
2014-12-10Msg: use typewriter bg, and own the paddingJérémy Zurcher1-4/+4
2014-12-10hud: bg texture region name is set in the widget, not in HudJérémy Zurcher1-3/+3
2014-12-03Hud,hud... implement interface AnimationJérémy Zurcher1-3/+7
2014-11-09Msg: extends Label, has a BgJérémy Zurcher1-55/+24
2014-11-06add TankOnTank.debug(...)Jérémy Zurcher1-2/+3
2014-11-02Msg: font.dispose()Jérémy Zurcher1-8/+15
2014-11-02Player,Hud: move all graphics from Player to HudJérémy Zurcher1-2/+3
2014-11-01Msg: add getX() getX() setPosition(float, float, int) write(String, float)Jérémy Zurcher1-0/+27
2014-11-01Msg: add pushWrite(...) wait for the previous messages to be disblayedJérémy Zurcher1-2/+35
2014-11-01Msg: use PositionJérémy Zurcher1-2/+4
2014-10-16Msg: add write(String, float)Jérémy Zurcher1-0/+7
2014-10-15add Hud/MsgJérémy Zurcher1-0/+53