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