You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Tank is a sprite
Tank added to physics engine
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: