diff options
| author | tpart <tpart120@proton.me> | 2026-02-28 23:47:53 +0100 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2026-02-28 23:47:58 +0100 |
| commit | 9a5936093a9fb99ddb3e6959f72d9c612638f76d (patch) | |
| tree | d2c2f02bb28c271dda6c33b782c449e4ebb29acb /client/map/items/processing.tscn | |
| parent | 5d88f2606e456f7a61019de4cd78cce43be73f40 (diff) | |
| download | hurrycurry-9a5936093a9fb99ddb3e6959f72d9c612638f76d.tar hurrycurry-9a5936093a9fb99ddb3e6959f72d9c612638f76d.tar.bz2 hurrycurry-9a5936093a9fb99ddb3e6959f72d9c612638f76d.tar.zst | |
Upgrade all project files to 4.6
Diffstat (limited to 'client/map/items/processing.tscn')
| -rw-r--r-- | client/map/items/processing.tscn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/map/items/processing.tscn b/client/map/items/processing.tscn index f8deb6be..28f785fa 100644 --- a/client/map/items/processing.tscn +++ b/client/map/items/processing.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=3 format=3 uid="uid://sk5i14bxi0qr"] +[gd_scene format=3 uid="uid://sk5i14bxi0qr"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tqrr3"] vertex_color_use_as_albedo = true @@ -8,7 +8,7 @@ material = SubResource("StandardMaterial3D_tqrr3") radius = 0.1 height = 0.2 -[node name="Processing" type="CPUParticles3D"] +[node name="Processing" type="CPUParticles3D" unique_id=412007652] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.6, 0) emitting = false amount = 15 @@ -19,6 +19,7 @@ emission_ring_axis = Vector3(0, 1, 0) emission_ring_height = 0.2 emission_ring_radius = 0.1 emission_ring_inner_radius = 0.0 +emission_ring_cone_angle = 90.0 direction = Vector3(0, 1, 0) spread = 180.0 gravity = Vector3(0, 0, 0) |