diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-24 20:35:33 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-24 20:35:33 +0200 |
commit | f59a19f24371e0f33a82ca8c290c0dd1d24e0607 (patch) | |
tree | e4de37fa2f3c2384c86d413158ea41c7a5f9dff7 /client/map/items/processing.tscn | |
parent | 7c15d7c2ae45c1694cb6b6def98ad5c79a414d08 (diff) | |
parent | 97a18ef35a4f4808f44d407836167c664a35a462 (diff) | |
download | hurrycurry-f59a19f24371e0f33a82ca8c290c0dd1d24e0607.tar hurrycurry-f59a19f24371e0f33a82ca8c290c0dd1d24e0607.tar.bz2 hurrycurry-f59a19f24371e0f33a82ca8c290c0dd1d24e0607.tar.zst |
Merge branch 'master' of codeberg.org:metamuffin/undercooked
Diffstat (limited to 'client/map/items/processing.tscn')
-rw-r--r-- | client/map/items/processing.tscn | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/client/map/items/processing.tscn b/client/map/items/processing.tscn new file mode 100644 index 00000000..f8deb6be --- /dev/null +++ b/client/map/items/processing.tscn @@ -0,0 +1,26 @@ +[gd_scene load_steps=3 format=3 uid="uid://sk5i14bxi0qr"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tqrr3"] +vertex_color_use_as_albedo = true + +[sub_resource type="SphereMesh" id="SphereMesh_baneh"] +material = SubResource("StandardMaterial3D_tqrr3") +radius = 0.1 +height = 0.2 + +[node name="Processing" type="CPUParticles3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.6, 0) +emitting = false +amount = 15 +local_coords = true +mesh = SubResource("SphereMesh_baneh") +emission_shape = 6 +emission_ring_axis = Vector3(0, 1, 0) +emission_ring_height = 0.2 +emission_ring_radius = 0.1 +emission_ring_inner_radius = 0.0 +direction = Vector3(0, 1, 0) +spread = 180.0 +gravity = Vector3(0, 0, 0) +scale_amount_min = 0.75 +scale_amount_max = 1.1 |