cirnogodot/3D/TrenchBroom/EntityDefinitions/solid/Brush/worldspawn_custom.tres

21 lines
1.2 KiB
Text
Raw Permalink Normal View History

2025-12-29 17:27:09 +01:00
[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=5 format=3 uid="uid://b2cwp7m1sekps"]
2025-06-19 19:51:56 +02:00
2025-09-15 11:22:27 +02:00
[ext_resource type="Script" uid="uid://5cow84q03m6a" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="1_x7jaa"]
2025-12-29 17:27:09 +01:00
[ext_resource type="Resource" uid="uid://bcdsueg5pysfq" path="res://addons/func_godot/fgd/cull_interior_faces.tres" id="2_klroj"]
[ext_resource type="Resource" uid="uid://bl4hy04wp3v6a" path="res://3D/TrenchBroom/EntityDefinitions/vertex_merge_distance_base_cirno.tres" id="2_w3vbg"]
2025-06-19 19:51:56 +02:00
[ext_resource type="Script" uid="uid://oq2ep51w11u5" path="res://3D/TrenchBroom/EntityScripts/Solid/worldspawn.gd" id="2_ypffe"]
[resource]
script = ExtResource("1_x7jaa")
spawn_type = 0
build_occlusion = true
2025-12-28 22:53:18 +01:00
render_layers = 2
2025-06-19 19:51:56 +02:00
collision_mask = 0
script_class = ExtResource("2_ypffe")
classname = "worldspawn"
description = "Default static world geometry. Builds a StaticBody3D with a single MeshInstance3D and a single convex CollisionShape3D shape. Also builds Occluder3D to aid in render culling of other VisualInstance3D nodes."
2025-12-29 17:27:09 +01:00
base_classes = Array[Resource]([ExtResource("2_klroj"), ExtResource("2_w3vbg")])
meta_properties = Dictionary[String, Variant]({
2025-06-19 19:51:56 +02:00
"color": Color(0.8, 0.8, 0.8, 1)
2025-12-29 17:27:09 +01:00
})
2025-06-19 19:51:56 +02:00
node_class = "StaticBody3D"