mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 08:23:45 +00:00
661c588fef
The goal mouths are now a real navigable hole in the end walls, sized to the ball rather than the ship — a ship's 1x1 cross-section fits through it, and there's nothing behind the net to stop it. The escape failsafe previously only existed in TrainingMode (where a physics regression just wastes training time); now that any ship can genuinely fly out through an open goal, every mode needs it or a stray ship/ball falls into the void with no way back short of quitting. Moved up to GameMode as the shared default _physics_process, removing TrainingMode's now-duplicate copy.