summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/gdx/boardgame/FramedSprite.java
AgeCommit message (Expand)AuthorFilesLines
2019-12-17core : implement drawDebug(ShapeRenderer)Jérémy Zurcher1-0/+15
2019-01-15ShellFireAnimation -> ShotAnimation and FireAnimationJérémy Zurcher1-4/+4
2019-01-15FramedSprite : fix shared TextureRegion between instancesJérémy Zurcher1-2/+3
2018-11-23FramedSprite : add static trim and offsetJérémy Zurcher1-0/+19
2018-11-23FramedSprite : implement PositionableJérémy Zurcher1-1/+32
2018-11-23FramedSprite : add x,y,a .. varsJérémy Zurcher1-19/+41
2018-11-15FramedSprite : do not call dispose() on TextureJérémy Zurcher1-7/+1
2018-11-14add FramedSpriteJérémy Zurcher1-0/+37