diff options
author | tpart <tpart120@proton.me> | 2024-08-19 17:41:08 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-08-19 17:41:08 +0200 |
commit | e2d6cd6f86370aa6dfb55dea73e34c09db634c51 (patch) | |
tree | f9665b43b5a49b48b47d5dd664bbb48ea6ea6aad /client/map/items/glass.tscn | |
parent | 4d529ad88847854bea4d0d23dd49c3c45846a670 (diff) | |
download | hurrycurry-e2d6cd6f86370aa6dfb55dea73e34c09db634c51.tar hurrycurry-e2d6cd6f86370aa6dfb55dea73e34c09db634c51.tar.bz2 hurrycurry-e2d6cd6f86370aa6dfb55dea73e34c09db634c51.tar.zst |
Add glass model & implement item
Diffstat (limited to 'client/map/items/glass.tscn')
-rw-r--r-- | client/map/items/glass.tscn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/items/glass.tscn b/client/map/items/glass.tscn new file mode 100644 index 00000000..29bdda8b --- /dev/null +++ b/client/map/items/glass.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=2 format=3 uid="uid://c875kaj4v7nfv"] + +[ext_resource type="ArrayMesh" uid="uid://dywkxdkny1urs" path="res://map/items/glass.res" id="1_v2eeu"] + +[node name="Glass" type="Node3D"] + +[node name="Mesh" type="MeshInstance3D" parent="."] +transform = Transform3D(0.125, 0, 0, 0, 0.125, 0, 0, 0, 0.125, 0, 0.125, 0) +mesh = ExtResource("1_v2eeu") +skeleton = NodePath("") |