diff options
| author | tpart <tpart120@proton.me> | 2024-09-16 12:46:09 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-09-16 12:46:09 +0200 |
| commit | fee8f4ee5b331add43eb8b885b2f04d719d18d69 (patch) | |
| tree | a2a148d6640aed7ee89d80a1c0ed98585c3005cc /client/map/items/sliced_bun_top.tscn | |
| parent | d178223b1a916682c8dc4b9fdd0d7ad886bf9df6 (diff) | |
| download | hurrycurry-fee8f4ee5b331add43eb8b885b2f04d719d18d69.tar hurrycurry-fee8f4ee5b331add43eb8b885b2f04d719d18d69.tar.bz2 hurrycurry-fee8f4ee5b331add43eb8b885b2f04d719d18d69.tar.zst | |
Fix item stacking on plate; Implement correct bun slice behaviour on plates
Diffstat (limited to 'client/map/items/sliced_bun_top.tscn')
| -rw-r--r-- | client/map/items/sliced_bun_top.tscn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/items/sliced_bun_top.tscn b/client/map/items/sliced_bun_top.tscn new file mode 100644 index 00000000..403ecea7 --- /dev/null +++ b/client/map/items/sliced_bun_top.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=2 format=3 uid="uid://cpmnp5sy6fwbe"] + +[ext_resource type="ArrayMesh" uid="uid://dy180cecs6rb1" path="res://map/items/sliced_bun_top.res" id="1_q5w8k"] + +[node name="SlicedBunTop" type="Node3D"] + +[node name="Mesh" type="MeshInstance3D" parent="."] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) +mesh = ExtResource("1_q5w8k") +skeleton = NodePath("") |