diff options
Diffstat (limited to 'client/map/items/sliced_cheese.tscn')
-rw-r--r-- | client/map/items/sliced_cheese.tscn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/items/sliced_cheese.tscn b/client/map/items/sliced_cheese.tscn new file mode 100644 index 00000000..4e9ba406 --- /dev/null +++ b/client/map/items/sliced_cheese.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=2 format=3 uid="uid://cfdfhxgo4ot7m"] + +[ext_resource type="ArrayMesh" uid="uid://2qsg2dadmf1y" path="res://map/items/sliced_cheese.res" id="1_bbycg"] + +[node name="SlicedCheese" type="Node3D"] + +[node name="Mesh" type="MeshInstance3D" parent="."] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0.04, 0) +mesh = ExtResource("1_bbycg") +skeleton = NodePath("") |