diff options
| author | tpart <tpart120@proton.me> | 2025-09-27 20:53:01 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2025-09-27 20:53:01 +0200 |
| commit | 11ec213359c38a0a064467fbf7585c4d8f4d76e5 (patch) | |
| tree | 6f70e1a4f1026f5ceaacc7b3d6342ec55ff2c3ce /client/player/particles/satisfied | |
| parent | d546a49927a50ef1dd6fcde3bd25f86cde51ebbb (diff) | |
| download | hurrycurry-11ec213359c38a0a064467fbf7585c4d8f4d76e5.tar hurrycurry-11ec213359c38a0a064467fbf7585c4d8f4d76e5.tar.bz2 hurrycurry-11ec213359c38a0a064467fbf7585c4d8f4d76e5.tar.zst | |
Make all particles billboards
Diffstat (limited to 'client/player/particles/satisfied')
| -rw-r--r-- | client/player/particles/satisfied/stars.tscn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/player/particles/satisfied/stars.tscn b/client/player/particles/satisfied/stars.tscn index 2bfaaec0..77b4406d 100644 --- a/client/player/particles/satisfied/stars.tscn +++ b/client/player/particles/satisfied/stars.tscn @@ -4,11 +4,15 @@ [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_d8uy0"] transparency = 1 +no_depth_test = true shading_mode = 0 vertex_color_use_as_albedo = true albedo_texture = ExtResource("1_v8q3r") -billboard_mode = 2 +billboard_mode = 3 billboard_keep_scale = true +particles_anim_h_frames = 1 +particles_anim_v_frames = 1 +particles_anim_loop = false [sub_resource type="QuadMesh" id="QuadMesh_d0lru"] material = SubResource("StandardMaterial3D_d8uy0") |