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

10 lines
181 B
GDScript3
Raw Normal View History

2021-10-20 05:40:31 +00:00
extends Node
# Ask for a scene change
signal change_scene(scene_name)
2021-10-20 06:05:39 +00:00
# Ask to kill scene
2021-10-20 05:40:31 +00:00
# Ask to quit the game
signal quit
# Ask to return to title screen
signal return_to_title