From 5871bef11d154dc489f1519a2e6ddff920f96d2c Mon Sep 17 00:00:00 2001 From: tpart Date: Sat, 7 Sep 2024 18:25:10 +0200 Subject: Add bun model & Implement item --- client/map/items/bun.tscn | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 client/map/items/bun.tscn (limited to 'client/map/items/bun.tscn') diff --git a/client/map/items/bun.tscn b/client/map/items/bun.tscn new file mode 100644 index 00000000..88483ee3 --- /dev/null +++ b/client/map/items/bun.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=2 format=3 uid="uid://dgifus08aktx0"] + +[ext_resource type="ArrayMesh" uid="uid://ke5s5itvrqce" path="res://map/items/bun.res" id="1_limvy"] + +[node name="Bun" 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_limvy") +skeleton = NodePath("") -- cgit v1.2.3-70-g09d2