online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/Status.gd')
| -rw-r--r-- | ui/Status.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/Status.gd b/ui/Status.gd index aa49be3..3988d53 100644 --- a/ui/Status.gd +++ b/ui/Status.gd @@ -1,6 +1,6 @@ extends Label -func text(newtext): +func text(newtext) -> void: show() text = newtext |