1 2 3 4 5 6 7
extends Node # warning-ignore-all:unused_signal signal turn_over signal game_over(reason, isok) # called when the game is over signal go_back(reason, isok) # called when the game is over, and were ready to go back signal set_signed_in(signed_in)