Level Exit Doodad #10
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SketchyMaze/doodle#10
Loading…
Reference in New Issue
Block a user
No description provided.
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?
Add support for a level exit doodad.
Implementation ideas:
uix.Canvas.OnExitLevel = func()
handler to define the callback. (To show a UI alert window)GamePlay.EndLevel()
called in an OnCollide handler to end the level.return GamePlay.EndLevel;
for custom type.