1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-15 05:25:57 +00:00
Boat-Battle/godot_ship/script/audio controller/Audio Bus.gd

12 lines
198 B
GDScript3
Raw Normal View History

extends Node
# Ignore "unused signal" warnings in this class
# warning-ignore-all:unused_signal
# Ask for a scene change
signal button_clicked
2021-11-14 05:55:46 +00:00
signal ship_hit
signal ship_missed
signal ship_sunk