online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/board/BackButton.gd')
| -rw-r--r-- | ui/board/BackButton.gd | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ui/board/BackButton.gd b/ui/board/BackButton.gd deleted file mode 100644 index f91b25b..0000000 --- a/ui/board/BackButton.gd +++ /dev/null @@ -1,9 +0,0 @@ -extends CenterContainer - -var button := Button.new() - - -func _ready(): - add_child(button) - button.text = "go back" - button.connect("pressed", Events, "emit_signal", ["go_back", "", true]) |