prototype map

This commit is contained in:
Rendo 2026-01-16 17:59:10 +05:00
commit 03f8be4f0b
31 changed files with 659 additions and 3 deletions

19
debug/debug_level.tscn Normal file
View file

@ -0,0 +1,19 @@
[gd_scene load_steps=4 format=3 uid="uid://b4pi4rjpbh0c8"]
[ext_resource type="Material" uid="uid://cyej4ph6hcnou" path="res://debug/prototypes/Orangemat.tres" id="1_fj1e3"]
[sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_tbca2"]
[sub_resource type="PlaneMesh" id="PlaneMesh_fqfad"]
material = ExtResource("1_fj1e3")
size = Vector2(1000, 1000)
[node name="DebugLevel" type="Node3D"]
[node name="StaticBody3D" type="StaticBody3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
shape = SubResource("WorldBoundaryShape3D_tbca2")
[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticBody3D"]
mesh = SubResource("PlaneMesh_fqfad")