online multiplayer chess game (note server currently down)
Diffstat (limited to 'Events.gd')
| -rw-r--r-- | Events.gd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ extends Node # warning-ignore-all:unused_signal signal turn_over -signal game_over(reason, isok) # called when the game is over +signal game_over(reason) # called when the game is over signal go_back(reason, isok) # called when the game is over, and were ready to go back |