created library for gridmap
This commit is contained in:
12
Assets/library.tscn
Normal file
12
Assets/library.tscn
Normal file
@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bjvjw3l4ej7ac"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dgvryho63gy0a" path="res://Assets/Models/W0_D0_Hallway.glb" id="1_7fyg6"]
|
||||
[ext_resource type="PackedScene" uid="uid://don6tq7irwm07" path="res://Assets/Models/W1_D0_Hallway.glb" id="2_ah05i"]
|
||||
|
||||
[node name="Library" type="Node3D"]
|
||||
|
||||
[node name="W0_D0_Hallway2" parent="." instance=ExtResource("1_7fyg6")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0, 0)
|
||||
|
||||
[node name="W1_D0_Hallway" parent="." instance=ExtResource("2_ah05i")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0, -2)
|
||||
Reference in New Issue
Block a user