19 lines
705 B
Text
19 lines
705 B
Text
[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")
|