aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/burned.tscn
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-06-25 14:52:15 +0200
committernokoe <nokoe@mailbox.org>2024-06-25 14:53:50 +0200
commitde1771c6cdea53d03f9466491c375d8aa1e19f0c (patch)
tree6da0ea18ff6ac71ff334ca419289d500212c6c15 /client/map/items/burned.tscn
parentf53eb1d495c00083daa98f71fcf672ff29ae54f5 (diff)
downloadhurrycurry-de1771c6cdea53d03f9466491c375d8aa1e19f0c.tar
hurrycurry-de1771c6cdea53d03f9466491c375d8aa1e19f0c.tar.bz2
hurrycurry-de1771c6cdea53d03f9466491c375d8aa1e19f0c.tar.zst
add more items
Diffstat (limited to 'client/map/items/burned.tscn')
-rw-r--r--client/map/items/burned.tscn10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/items/burned.tscn b/client/map/items/burned.tscn
new file mode 100644
index 00000000..23cd450a
--- /dev/null
+++ b/client/map/items/burned.tscn
@@ -0,0 +1,10 @@
+[gd_scene load_steps=2 format=3 uid="uid://b48ximtiqbwvo"]
+
+[ext_resource type="ArrayMesh" uid="uid://bpndpup4f6g6v" path="res://map/items/burned.res" id="1_wu5eo"]
+
+[node name="Burned" type="Node3D"]
+
+[node name="Mesh" type="MeshInstance3D" parent="."]
+transform = Transform3D(0.75, 0, 0, 0, 0.75, 0, 0, 0, 0.75, 0, 0, 0)
+mesh = ExtResource("1_wu5eo")
+skeleton = NodePath("")