Skip to content

Commit

Permalink
Update scripting reference (SuperTux/supertux@49e6ed1)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperTux Bot committed Nov 17, 2023
1 parent 98c8170 commit 5e3e770
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ScriptingLevel.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Method | Explanation
`set_respawn_pos(string sector, float x, float y)` | Sets the default respawn position of the level.
`flip_vertically()` | Flips the level vertically (i.e. top is now bottom and vice versa). Call again to revert the effect. Make sure the player can land on something after the level is flipped!
`toggle_pause()` | Toggle pause.
`edit(bool edit_mode)` | Switch to/from edit mode.
`pause_target_timer()` | Pauses the target timer.
`resume_target_timer()` | Resumes the target timer.

Expand Down

0 comments on commit 5e3e770

Please sign in to comment.