38-Player Thrusters and Damage Visualization

This post will add more graphics and animations to the Player. More specifically, a thruster animation and two Engine_Damage animations will be added.

The steps are as follows:

  • Child the thruster sprite under the Player so it will move with the player object and animate it
  • Child the left/right engine damage animation under the Player game object at the proper locations
  • Script the logic in the Player script, such that each life loss will activate one engine damage animation on one side.

--

--