Sean-Nishi / M1Wengine

A action-adventure game developed with Python 3.11.1 and pygame. Complete missions before timer expires.
3 stars 0 forks source link

Create testing art assets of each type #385

Open owalk opened 9 months ago

owalk commented 9 months ago

Im GIMP or other image editor, create a tile set with one of each:

Land - background, maybe grass Obstacle sprite - maybe a fence in each direction Friendly sprite - damsel Enemy sprite - skeleton Player sprite - green dude Item - crystal thing Add minotaur to check with different sized NPC rect

Add them to the testing directory assets folder

Also get the animations for things that are animated

owalk commented 9 months ago

Required for all engine testing