1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-15 13:25:58 +00:00
Boat-Battle/godot_ship/script/game/Message Bus.gd
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