Gergling / 12a-mean

Development of a multiplayer turn-based game. In space!
0 stars 0 forks source link

Isometric Spaceship Sprite #3

Open Gergling opened 9 years ago

Gergling commented 9 years ago

Need just one default creative to placehold until further creatives can be made.

Needs to face these directions:

These should be the default directions, in that order horizontally.

May be worth investigating a grunt concatenation for stacking all 5-width sprites into a single raster.

Gergling commented 9 years ago

Might be worth working on images inside a new directory at src/media/images/sprites/isometric to avoid publicising project files for images.

Inside could include src/ and dest/. Grunt could put anything in dest/ into src/public/views/media/images/spirites which could be ignored by git. May need rethinking.