Implemented sprite & added player animation.

This commit is contained in:
2016-11-30 00:34:36 +02:00
parent d2c335bfa5
commit bcd0a359fc
26 changed files with 843 additions and 86 deletions

View File

@ -47,7 +47,8 @@ FILE_TYPES = [
([".png", ".bmp"], "Texture"),
([".level"], "Level"),
([".csv"], "LevelLayer"),
([".ttf"], "Font"),
([".ttf"], "Font"),
([".sprite"], "Sprite"),
]