bendns' repos
/
chess
online multiplayer chess game (note server currently down)
main
2
Branches
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'Utils.gd')
-rw-r--r--
Utils.gd
4
1 files changed, 4 insertions, 0 deletions
diff --git a/Utils.gd b/Utils.gd
new file mode 100644
index 0000000..89094af
--- /dev/null
+++ b/
Utils.gd
@@ -0,0 +1,4 @@
+extends Node
+
+func is_pawn(inode):
+ return inode is Pawn \ No newline at end of file