1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2025-02-04 12:28:35 +00:00
2021-10-20 01:05:39 -05:00

10 lines
181 B
GDScript

extends Node
# Ask for a scene change
signal change_scene(scene_name)
# Ask to kill scene
# Ask to quit the game
signal quit
# Ask to return to title screen
signal return_to_title