disposable UI; loading screen mockup (i heard like loading screen -- sonic 06)

This commit is contained in:
minjaesong
2017-07-13 17:53:40 +09:00
parent fb899dae2d
commit 2a5cb3ee38
33 changed files with 253 additions and 33 deletions

View File

@@ -180,4 +180,7 @@ class SpriteAnimation(val parentActor: ActorWithPhysics) {
flipVertical = vertical
}
fun dispose() {
textureRegion.dispose()
}
}