957 B
957 B
Section 03 - Lesson 16, 17 | Game Over, Sound End Game
Notes
stopping the game
-
create a function that handles all cleanup
-
stop the timer
- drag + CMD and drop Timer to create a reference
- timer.stop
-
set all node children process to false
- Node function
get_childrenwill get them all3 - iterate through them and
set_process(false)
- Node function
-