codi-hacks / space-race

Love2D-based Spaceship Racing Game
Other
3 stars 0 forks source link

Added a method for storing and setting ship attributes #28

Closed Jon-Cavaliere closed 2 years ago

Jon-Cavaliere commented 2 years ago

This allows us to load a specific ship per level with customized features

in Tiled custom properties - integer shipType sets which index to use when spawning the player's ship.

SuperShadowPlay commented 2 years ago

Other than my few comments, this looks great. Maybe at one point we may want to make a menu that loads a specific ship, but for now I think this is perfect.

wyatt-herkamp commented 2 years ago

assets/sprites/not_stolen.png If you are using someone else's textures. lets make sure we are crediting and referencing the creator.

Jon-Cavaliere commented 2 years ago

Thank you for reminding me. I meant to remove that asset. It was for testing purposes only. Will fix in a future commit