aboutsummaryrefslogtreecommitdiff
path: root/client/player/chat_bubble.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/player/chat_bubble.gd')
-rw-r--r--client/player/chat_bubble.gd5
1 files changed, 0 insertions, 5 deletions
diff --git a/client/player/chat_bubble.gd b/client/player/chat_bubble.gd
index cb4fac61..abeacc66 100644
--- a/client/player/chat_bubble.gd
+++ b/client/player/chat_bubble.gd
@@ -21,9 +21,4 @@ extends MeshInstance3D
var editing := false
func set_text(t: String):
- visible = true
label.text = t
-
-func remove_text():
- visible = false
- label.text = ""