diff options
| author | tpart <tpart120@proton.me> | 2024-06-26 12:55:27 +0200 | 
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-06-26 12:55:27 +0200 | 
| commit | d44686f29b676efeeb0a65f29f4eb3be9b964f9a (patch) | |
| tree | 857757731999ae570e22630ef1bd4d516e3a906b | |
| parent | 0e8c607ae4fa9e09b56bd0ab4c112dec668941ed (diff) | |
| download | hurrycurry-d44686f29b676efeeb0a65f29f4eb3be9b964f9a.tar hurrycurry-d44686f29b676efeeb0a65f29f4eb3be9b964f9a.tar.bz2 hurrycurry-d44686f29b676efeeb0a65f29f4eb3be9b964f9a.tar.zst | |
Make chat bubble unshaded; Disable depth test; Better readability
| -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") | 
