online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/flipbutton.gd')
-rw-r--r--ui/flipbutton.gd6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/flipbutton.gd b/ui/flipbutton.gd
new file mode 100644
index 0000000..d995e81
--- /dev/null
+++ b/ui/flipbutton.gd
@@ -0,0 +1,6 @@
+extends BarTextureButton
+
+
+
+func _pressed():
+ Globals.grid.flip_board() \ No newline at end of file