summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/screens/GameScreen.java
AgeCommit message (Expand)AuthorFilesLines
2014-09-12improve camera movesJérémy Zurcher1-11/+12
2014-09-12move camera position clamp from render() to input processorJérémy Zurcher1-5/+11
2014-09-12use InputMultiplexer to handle Gestures, apply zoom to touchDragged()Jérémy Zurcher1-2/+23
2014-09-11add screens/GameScreen: handle scroll, dragJérémy Zurcher1-0/+148