Fixed entity definitions

This commit is contained in:
MaddoScientisto 2025-12-29 17:27:09 +01:00
commit 133f4088d0
22 changed files with 3681 additions and 6774 deletions

View file

@ -2,7 +2,7 @@
[ext_resource type="Script" uid="uid://5cow84q03m6a" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="1_0fsmp"]
[ext_resource type="Resource" uid="uid://nayxb8n7see2" path="res://addons/func_godot/fgd/phong_base.tres" id="1_c3bns"]
[ext_resource type="Resource" uid="uid://doo4ly322b4jc" path="res://addons/func_godot/fgd/vertex_merge_distance_base.tres" id="2_c03gr"]
[ext_resource type="Resource" uid="uid://bl4hy04wp3v6a" path="res://3D/TrenchBroom/EntityDefinitions/vertex_merge_distance_base_cirno.tres" id="3_irv3c"]
[ext_resource type="Resource" uid="uid://bcdsueg5pysfq" path="res://addons/func_godot/fgd/cull_interior_faces.tres" id="3_wuxhx"]
[resource]
@ -11,7 +11,7 @@ collision_shape_type = 2
collision_mask = 0
classname = "func_detail"
description = "Static collidable geometry. Builds a StaticBody3D with a MeshInstance3D and a single concave CollisionShape3D. Does not occlude other VisualInstance3D nodes."
base_classes = Array[Resource]([ExtResource("1_c3bns"), ExtResource("2_c03gr"), ExtResource("3_wuxhx")])
base_classes = Array[Resource]([ExtResource("1_c3bns"), ExtResource("3_wuxhx"), ExtResource("3_irv3c")])
meta_properties = Dictionary[String, Variant]({
"color": Color(0.8, 0.8, 0.8, 1)
})

View file

@ -5,4 +5,4 @@
[resource]
script = ExtResource("1_7td58")
tag_name = "Clip"
tag_pattern = "clip"
tag_pattern = "clip*"