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

9 lines
161 B
GDScript

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