prototype map
This commit is contained in:
parent
d015f3db89
commit
03f8be4f0b
31 changed files with 659 additions and 3 deletions
19
debug/debug_level.tscn
Normal file
19
debug/debug_level.tscn
Normal 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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue