online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/flipbutton.gd')
| -rw-r--r-- | ui/flipbutton.gd | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/flipbutton.gd b/ui/flipbutton.gd deleted file mode 100644 index 720be19..0000000 --- a/ui/flipbutton.gd +++ /dev/null @@ -1,5 +0,0 @@ -extends BarTextureButton - - -func _pressed() -> void: - Globals.grid.flip_board() |