online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/board/BackButton.gd')
| -rw-r--r-- | ui/board/BackButton.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/board/BackButton.gd b/ui/board/BackButton.gd index 0bd014f..f91b25b 100644 --- a/ui/board/BackButton.gd +++ b/ui/board/BackButton.gd @@ -1,5 +1,4 @@ extends CenterContainer -class_name BackButton var button := Button.new() |