generated from krampus/template-godot4
24 lines
993 B
Plaintext
24 lines
993 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dawv6mbpr4d3c"]
|
|
|
|
[ext_resource type="Script" uid="uid://drk82eeqk2mjs" path="res://src/world/generation/feature/generation_feature.gd" id="1_ydt4o"]
|
|
|
|
[sub_resource type="PlaneMesh" id="PlaneMesh_ydt4o"]
|
|
size = Vector2(100000, 100000)
|
|
|
|
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_q70le"]
|
|
data = PackedVector3Array(50000, 0, 50000, -50000, 0, 50000, 50000, 0, -50000, -50000, 0, 50000, -50000, 0, -50000, 50000, 0, -50000)
|
|
|
|
[node name="Empty" type="Node3D"]
|
|
script = ExtResource("1_ydt4o")
|
|
metadata/_custom_type_script = "uid://drk82eeqk2mjs"
|
|
|
|
[node name="WorldFloor" type="MeshInstance3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 50000, 0, 50000)
|
|
layers = 4
|
|
mesh = SubResource("PlaneMesh_ydt4o")
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="WorldFloor"]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="WorldFloor/StaticBody3D"]
|
|
shape = SubResource("ConcavePolygonShape3D_q70le")
|