mlpcardgame/Scenes/Lobby.gd

6 lines
71 B
GDScript3
Raw Normal View History

extends Control
signal loaded()
func _ready():
emit_signal("loaded")