online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/GameUI.gd')
| -rw-r--r-- | ui/GameUI.gd | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/GameUI.gd b/ui/GameUI.gd deleted file mode 100644 index dd4a737..0000000 --- a/ui/GameUI.gd +++ /dev/null @@ -1,7 +0,0 @@ -extends CanvasLayer - -onready var status: StatusLabel = $Holder/Back/VBox/Status - - -func set_status(text: String, length := 5) -> void: - status.set_text(text, length) |