diff options
author | nokoe <nokoe@mailbox.org> | 2024-06-25 18:30:24 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-06-25 18:30:24 +0200 |
commit | 652f2f53c05ce963553a053a6429d0259a56772b (patch) | |
tree | 51f4ff5fdd86e433cec23aa2bcb202fbfc25c102 /client/map/tiles/counter_window.tscn | |
parent | 242bd8034bed95f1791316b65319a6f373a353e9 (diff) | |
download | hurrycurry-652f2f53c05ce963553a053a6429d0259a56772b.tar hurrycurry-652f2f53c05ce963553a053a6429d0259a56772b.tar.bz2 hurrycurry-652f2f53c05ce963553a053a6429d0259a56772b.tar.zst |
add windows
Diffstat (limited to 'client/map/tiles/counter_window.tscn')
-rw-r--r-- | client/map/tiles/counter_window.tscn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/tiles/counter_window.tscn b/client/map/tiles/counter_window.tscn new file mode 100644 index 00000000..8ae5a54d --- /dev/null +++ b/client/map/tiles/counter_window.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=2 format=3 uid="uid://bwgkd65215m7e"] + +[ext_resource type="ArrayMesh" uid="uid://lywflqnpelc7" path="res://map/tiles/counter_window.res" id="1_gyddt"] + +[node name="CounterWindow" type="Node3D"] + +[node name="Mesh" type="MeshInstance3D" parent="."] +transform = Transform3D(-2.18557e-08, 0, 0.5, 0, 0.5, 0, -0.5, 0, -2.18557e-08, 0, 0, 0) +mesh = ExtResource("1_gyddt") +skeleton = NodePath("") |