diff options
-rw-r--r-- | client/player/chat_bubble.tscn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/player/chat_bubble.tscn b/client/player/chat_bubble.tscn index 1a5f7dfc..55139f63 100644 --- a/client/player/chat_bubble.tscn +++ b/client/player/chat_bubble.tscn @@ -12,12 +12,13 @@ viewport_path = NodePath("SubViewport") [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_5iy0t"] resource_local_to_scene = true transparency = 1 +no_depth_test = true +shading_mode = 0 albedo_texture = SubResource("ViewportTexture_mko8a") 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") |