Now About Social Code
summaryrefslogtreecommitdiff
path: root/prefabs/bsp_level_generator.tscn
blob: f9e05dbbadf0f71885eb7ccae339cb9a9519415a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[gd_scene load_steps=4 format=3 uid="uid://w7hxcvuvud"]

[ext_resource type="Script" path="res://scripts/bsp_level_generator.gd" id="1_6jn1x"]

[sub_resource type="ArrayMesh" id="ArrayMesh_xgab6"]

[sub_resource type="NavigationMesh" id="NavigationMesh_q1fo6"]
geometry_parsed_geometry_type = 1
geometry_collision_mask = 4294967041

[node name="BspLevelGenerator" type="Node3D"]
script = ExtResource("1_6jn1x")

[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("ArrayMesh_xgab6")

[node name="NavigationRegion3D" type="NavigationRegion3D" parent="."]
navigation_mesh = SubResource("NavigationMesh_q1fo6")

[node name="StaticBody3D" type="StaticBody3D" parent="NavigationRegion3D"]

[node name="CollisionShape3D" type="CollisionShape3D" parent="NavigationRegion3D/StaticBody3D"]