blob: a6dae2c1022b725c001a9b84c4b16549b7f204c8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[gd_scene load_steps=2 format=3 uid="uid://canjwc3qoprsp"]
[ext_resource type="ArrayMesh" uid="uid://bysasgavbv1mj" path="res://map/tiles/wall_t.res" id="1_sb5lc"]
[node name="Wall" type="Node3D"]
[node name="Mesh" type="MeshInstance3D" parent="."]
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
mesh = ExtResource("1_sb5lc")
skeleton = NodePath("")
|