Skip to content

Commit

Permalink
Add functions to Level table
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Jul 31, 2023
1 parent a8ee417 commit 5354653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/scripts/default.nut
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Level <- {
set_respawn_pos=Level_set_respawn_pos,
flip_vertically=Level_flip_vertically,
toggle_pause=Level_toggle_pause,
pause_target_timer=Level_pause_target_timer,
resume_target_timer=Level_resume_target_timer,
edit=Level_edit
};

Expand Down

0 comments on commit 5354653

Please sign in to comment.