This type of objective requires the player to bounce on a spring (like an air vent) to pass the stage.
Examples
AddObjective("spring");
CloseObjective();
Game.AddObjective("spring")
Game.CloseObjective()
Notes
No additional notes.
Version History
1.18
Added this objective type.