online multiplayer chess game (note server currently down)
Diffstat (limited to 'Grid.gd')
-rw-r--r--Grid.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/Grid.gd b/Grid.gd
index 1cbfabd..3496e65 100644
--- a/Grid.gd
+++ b/Grid.gd
@@ -202,6 +202,7 @@ func check_in_check(prin = false) -> bool: # check if in_check
Globals.in_check = true # set in_check
Globals.checking_piece = spot # set checking_piece
SoundFx.play("Check")
+ print("check")
return true # stop at the first check found
return false