online multiplayer chess game (note server currently down)
Diffstat (limited to 'Globals.gd')
| -rw-r--r-- | Globals.gd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Globals.gd b/Globals.gd new file mode 100644 index 0000000..f448464 --- /dev/null +++ b/Globals.gd @@ -0,0 +1,5 @@ +extends Node + +var piece_size + +var last_clicked
\ No newline at end of file |