11 lines
476 B
Text
11 lines
476 B
Text
[gd_scene load_steps=3 format=3 uid="uid://bkaa4sl1n2f5w"]
|
|
|
|
[ext_resource type="BoxMesh" uid="uid://b36l7brqc2lml" path="res://model/wall.tres" id="1_ostjl"]
|
|
[ext_resource type="Script" uid="uid://bq3a5hhccxndn" path="res://piece.gd" id="2_j8o2k"]
|
|
|
|
[node name="Wall" type="MeshInstance3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0.600054, 0.5)
|
|
mesh = ExtResource("1_ostjl")
|
|
script = ExtResource("2_j8o2k")
|
|
metadata/_custom_type_script = "uid://bq3a5hhccxndn"
|