Despawn player ship when exiting GameState::Playing
#21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After getting a game-over, the player can return to the main menu... but the ship stays on the board. When starting a new game, a second ship is added. This causes
lib.rs:input_ship_rotation(...)to panic when it finds more than one ship.