mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-15 13:25:58 +00:00
9 lines
161 B
GDScript
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
|