aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-06-26 12:55:55 +0200
committertpart <tpart120@proton.me>2024-06-26 12:55:55 +0200
commitfcbf473429275556f6ea88f5ac40fb9411edd445 (patch)
tree5fea1f795da06fb2ee661367fa6fc781dd283532
parentd44686f29b676efeeb0a65f29f4eb3be9b964f9a (diff)
downloadhurrycurry-fcbf473429275556f6ea88f5ac40fb9411edd445.tar
hurrycurry-fcbf473429275556f6ea88f5ac40fb9411edd445.tar.bz2
hurrycurry-fcbf473429275556f6ea88f5ac40fb9411edd445.tar.zst
Hide chat bubble by default
-rw-r--r--client/player/chat_bubble.tscn1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/player/chat_bubble.tscn b/client/player/chat_bubble.tscn
index 55139f63..34b20f93 100644
--- a/client/player/chat_bubble.tscn
+++ b/client/player/chat_bubble.tscn
@@ -19,6 +19,7 @@ billboard_mode = 2
[node name="ChatBubble" type="MeshInstance3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0)
+visible = false
mesh = SubResource("QuadMesh_tlsxo")
surface_material_override/0 = SubResource("StandardMaterial3D_5iy0t")
script = ExtResource("1_4v1cx")