diff options
author | tpart <tpart120@proton.me> | 2024-09-13 19:28:59 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-13 19:29:04 +0200 |
commit | 1fcef10fe48679f9002d8b96b089b5e74a289152 (patch) | |
tree | 117d0cb78b5c17a8a9a841cd34d33254585d537d /client/map/items/seared_patty.tscn | |
parent | 1a3603848aede0e0633ad36a200d886db99a0a4e (diff) | |
download | hurrycurry-1fcef10fe48679f9002d8b96b089b5e74a289152.tar hurrycurry-1fcef10fe48679f9002d8b96b089b5e74a289152.tar.bz2 hurrycurry-1fcef10fe48679f9002d8b96b089b5e74a289152.tar.zst |
Add patty and seared patty models; Implement items
Diffstat (limited to 'client/map/items/seared_patty.tscn')
-rw-r--r-- | client/map/items/seared_patty.tscn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/items/seared_patty.tscn b/client/map/items/seared_patty.tscn new file mode 100644 index 00000000..7ffe65f2 --- /dev/null +++ b/client/map/items/seared_patty.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=2 format=3 uid="uid://dfriokxmga3c8"] + +[ext_resource type="ArrayMesh" uid="uid://dl8hstmmdkog4" path="res://map/items/seared_patty.res" id="1_gy1aa"] + +[node name="SearedPatty" 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_gy1aa") +skeleton = NodePath("") |