2021-10-20 05:40:31 +00:00
|
|
|
extends Node
|
|
|
|
|
|
|
|
# Ask for a scene change
|
|
|
|
signal change_scene(scene_name)
|
2021-10-20 06:05:39 +00:00
|
|
|
# Ask to kill scene
|
2021-10-20 05:40:31 +00:00
|
|
|
# Ask to quit the game
|
|
|
|
signal quit
|
|
|
|
# Ask to return to title screen
|
|
|
|
signal return_to_title
|