online multiplayer chess game (note server currently down)
Diffstat (limited to 'Grid.gd')
| -rw-r--r-- | Grid.gd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |