blob: ea0cfd7f42831f48ee60b154312cbf9d33850c45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[gd_scene load_steps=3 format=3 uid="uid://w7hxcvuvud"]
[ext_resource type="Script" path="res://scripts/bsp_level_generator.gd" id="1_6jn1x"]
[sub_resource type="NavigationMesh" id="NavigationMesh_q1fo6"]
[node name="BspLevelGenerator" type="Node3D"]
script = ExtResource("1_6jn1x")
[node name="NavigationRegion3D" type="NavigationRegion3D" parent="."]
navigation_mesh = SubResource("NavigationMesh_q1fo6")
|