diff options
| -rw-r--r-- | client/player/chat_bubble.tscn | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/client/player/chat_bubble.tscn b/client/player/chat_bubble.tscn index 34b20f93..adb68bc1 100644 --- a/client/player/chat_bubble.tscn +++ b/client/player/chat_bubble.tscn @@ -15,7 +15,7 @@ transparency = 1  no_depth_test = true  shading_mode = 0  albedo_texture = SubResource("ViewportTexture_mko8a") -billboard_mode = 2 +billboard_mode = 1  [node name="ChatBubble" type="MeshInstance3D"]  transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) | 
