cgrooves / black-earth

A Scorched Earth clone, made for fun
2 stars 2 forks source link

Tank as a sprite and collisions #17

Open cgrooves opened 3 years ago

cgrooves commented 3 years ago

The Tank needs to be a Sprite, no longer a hand-drawn image using arcade.Shape stuff. This will involve finding/creating a tank sprite image, learning to load it into the game, and setting the tank image and collision. Might end up being two sprites (one for the tank, one for the turret).

Acceptance Criteria

cgrooves commented 3 years ago

This might be a good resource:

https://kenney.nl/assets/tanks

cgrooves commented 3 years ago

https://learn.arcade.academy/chapters/18_sprites_and_collisions/sprites.html

Also a good resource for learning about sprites.