aboutsummaryrefslogtreecommitdiff
path: root/client/map/tiles/grass_side.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-27 17:21:52 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-27 17:21:52 +0200
commit82408a6d478ed9f7009482c69f1f4d69025c833d (patch)
tree2d27c799917c2d44417882fd04cfff37e25cd18b /client/map/tiles/grass_side.tscn
parent4fa692dae19789e5e766c50ac31874653d02971a (diff)
parent86eaa98918760ed829f23a70f15604bf751549be (diff)
downloadhurrycurry-82408a6d478ed9f7009482c69f1f4d69025c833d.tar
hurrycurry-82408a6d478ed9f7009482c69f1f4d69025c833d.tar.bz2
hurrycurry-82408a6d478ed9f7009482c69f1f4d69025c833d.tar.zst
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'client/map/tiles/grass_side.tscn')
-rw-r--r--client/map/tiles/grass_side.tscn10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/tiles/grass_side.tscn b/client/map/tiles/grass_side.tscn
new file mode 100644
index 00000000..cfa7c97a
--- /dev/null
+++ b/client/map/tiles/grass_side.tscn
@@ -0,0 +1,10 @@
+[gd_scene load_steps=2 format=3 uid="uid://dbp0ts6tfycev"]
+
+[ext_resource type="ArrayMesh" uid="uid://bxtxpg4lsk613" path="res://map/tiles/grass_side.res" id="1_u044x"]
+
+[node name="GrassSide" type="Node3D"]
+
+[node name="Mesh" type="MeshInstance3D" parent="."]
+transform = Transform3D(0.5, 0, 0, 0, 0.00872619, -0.499924, 0, 0.499924, 0.00872619, 0, 0.25, 0)
+mesh = ExtResource("1_u044x")
+skeleton = NodePath("")