diff options
author | nokoe <nokoe@mailbox.org> | 2024-06-24 02:00:24 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-06-24 02:01:09 +0200 |
commit | 372bc4897f81fabb919ab79bce6d6d7aa00fad78 (patch) | |
tree | b094c5dbad652850e287413fd1101a4c180063a0 /client/map/items/dirt.tscn | |
parent | 4c51bd75579b148ba94f5a87aa8bd8ff19569705 (diff) | |
download | hurrycurry-372bc4897f81fabb919ab79bce6d6d7aa00fad78.tar hurrycurry-372bc4897f81fabb919ab79bce6d6d7aa00fad78.tar.bz2 hurrycurry-372bc4897f81fabb919ab79bce6d6d7aa00fad78.tar.zst |
add some items
Diffstat (limited to 'client/map/items/dirt.tscn')
-rw-r--r-- | client/map/items/dirt.tscn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/items/dirt.tscn b/client/map/items/dirt.tscn new file mode 100644 index 00000000..18956b3d --- /dev/null +++ b/client/map/items/dirt.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=2 format=3 uid="uid://cluraed43qoeb"] + +[ext_resource type="ArrayMesh" uid="uid://dla7bxb6byk48" path="res://map/items/dirt.res" id="1_xmsre"] + +[node name="Dirt" type="Node3D"] + +[node name="Mesh" type="MeshInstance3D" parent="."] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, -0.015, 0) +mesh = ExtResource("1_xmsre") +skeleton = NodePath("") |