mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2025-02-04 12:28:35 +00:00
9 lines
146 B
GDScript
9 lines
146 B
GDScript
extends Node
|
|
|
|
|
|
# Ignore "unused signal" warnings in this class
|
|
# warning-ignore-all:unused_signal
|
|
|
|
# Ask for a scene change
|
|
signal button_clicked
|