hladenberg/debug/debug_level.tscn
2026-01-16 18:33:53 +05:00

31 lines
1.2 KiB
Text

[gd_scene load_steps=5 format=3 uid="uid://b4pi4rjpbh0c8"]
[ext_resource type="Material" uid="uid://cyej4ph6hcnou" path="res://debug/prototypes/Orangemat.tres" id="1_fj1e3"]
[ext_resource type="Environment" uid="uid://ceraut2if878v" path="res://debug/debug_env.tres" id="2_fqfad"]
[sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_tbca2"]
[sub_resource type="PlaneMesh" id="PlaneMesh_fqfad"]
lightmap_size_hint = Vector2i(5002, 5002)
material = ExtResource("1_fj1e3")
add_uv2 = true
size = Vector2(1000, 1000)
[node name="DebugLevel" type="Node3D"]
[node name="StaticBody3D" type="StaticBody3D" parent="."]
metadata/_edit_lock_ = true
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
shape = SubResource("WorldBoundaryShape3D_tbca2")
metadata/_edit_lock_ = true
[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticBody3D"]
mesh = SubResource("PlaneMesh_fqfad")
metadata/_edit_lock_ = true
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = ExtResource("2_fqfad")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.96950954, 0.24505356, 0, -0.24505356, 0.96950954, 0, 1.4323826, 0)