diff options
| author | tpart <tpart120@proton.me> | 2025-09-28 15:56:02 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2025-09-28 15:56:08 +0200 |
| commit | 16c1c7775f0d0a0ee39fac9a3ada54bda658af64 (patch) | |
| tree | 04f96b78be5f47839607d2082338408e2739a672 /client/map/items/potato.tscn | |
| parent | b3486df3b4efcdd4e0a4e342a2f0448f497ee4b7 (diff) | |
| download | hurrycurry-16c1c7775f0d0a0ee39fac9a3ada54bda658af64.tar hurrycurry-16c1c7775f0d0a0ee39fac9a3ada54bda658af64.tar.bz2 hurrycurry-16c1c7775f0d0a0ee39fac9a3ada54bda658af64.tar.zst | |
Add potato model (#393)
Diffstat (limited to 'client/map/items/potato.tscn')
| -rw-r--r-- | client/map/items/potato.tscn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/items/potato.tscn b/client/map/items/potato.tscn new file mode 100644 index 00000000..b57b2bbf --- /dev/null +++ b/client/map/items/potato.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=2 format=3 uid="uid://dw24qu0oscohw"] + +[ext_resource type="ArrayMesh" uid="uid://hj2dib0t8em3" path="res://map/items/potato.res" id="1_rg7i5"] + +[node name="Potato" type="Node3D"] + +[node name="Mesh" type="MeshInstance3D" parent="."] +transform = Transform3D(-0.07814168, -2.3085807e-08, -0.44316345, -0.44316345, -1.937129e-08, 0.07814168, -2.3085807e-08, 0.45, -1.937129e-08, 0, 0.1, 0) +mesh = ExtResource("1_rg7i5") +skeleton = NodePath("") |