Implemented sprite & added player animation.
This commit is contained in:
@ -47,7 +47,8 @@ FILE_TYPES = [
|
||||
([".png", ".bmp"], "Texture"),
|
||||
([".level"], "Level"),
|
||||
([".csv"], "LevelLayer"),
|
||||
([".ttf"], "Font"),
|
||||
([".ttf"], "Font"),
|
||||
([".sprite"], "Sprite"),
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user