diff options
author | tpart <tpart120@proton.me> | 2025-07-20 15:12:43 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-07-20 15:12:43 +0200 |
commit | b477bdf040faf9684482cdb9c787475f620aa066 (patch) | |
tree | 2174e928f939dd612db7b965bb6d4012b12b40a7 /client/player | |
parent | 0a930e285d9982aadb38d28e435cf5f9699ab2b4 (diff) | |
download | hurrycurry-b477bdf040faf9684482cdb9c787475f620aa066.tar hurrycurry-b477bdf040faf9684482cdb9c787475f620aa066.tar.bz2 hurrycurry-b477bdf040faf9684482cdb9c787475f620aa066.tar.zst |
Render item bubbles in front of grass (Fix #365)
Diffstat (limited to 'client/player')
-rw-r--r-- | client/player/item_bubble.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/player/item_bubble.tscn b/client/player/item_bubble.tscn index 0e5145f1..385f2770 100644 --- a/client/player/item_bubble.tscn +++ b/client/player/item_bubble.tscn @@ -10,6 +10,7 @@ viewport_path = NodePath("SubViewport") [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_5iy0t"] resource_local_to_scene = true +render_priority = 1 transparency = 1 no_depth_test = true shading_mode = 0 |