online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/barbutton/flipbutton.gd')
-rw-r--r--ui/barbutton/flipbutton.gd6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/barbutton/flipbutton.gd b/ui/barbutton/flipbutton.gd
deleted file mode 100644
index 7a6e3ac..0000000
--- a/ui/barbutton/flipbutton.gd
+++ /dev/null
@@ -1,6 +0,0 @@
-extends BarTextureButton
-class_name FlipButton, "res://assets/ui/flip_board.png"
-
-
-func _pressed() -> void:
- Globals.grid.flip_board()