online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/Status.gd')
-rw-r--r--ui/Status.gd6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/Status.gd b/ui/Status.gd
new file mode 100644
index 0000000..aa49be3
--- /dev/null
+++ b/ui/Status.gd
@@ -0,0 +1,6 @@
+extends Label
+
+
+func text(newtext):
+ show()
+ text = newtext