Updated func_godot

This commit is contained in:
MaddoScientisto 2025-12-28 22:53:18 +01:00
commit 01a852de9b
170 changed files with 1705 additions and 2296 deletions

View file

@ -1,7 +1,8 @@
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=5 format=3 uid="uid://cy6802obllcmv"]
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=6 format=3 uid="uid://cy6802obllcmv"]
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_7mq2y"]
[ext_resource type="Resource" uid="uid://kerywjgft7vh" path="res://3D/TrenchBroom/EntityDefinitions/base/target_base.tres" id="2_4hikn"]
[ext_resource type="Script" uid="uid://d1nwwgcrner8b" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class_display_descriptor.gd" id="3_7mq2y"]
[ext_resource type="PackedScene" uid="uid://dvmkfm2l3vcf7" path="res://3D/Scenes/Props/Valve_3D.tscn" id="4_7mq2y"]
[ext_resource type="Script" uid="uid://ldfqjtq0br35" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="5_hgjgd"]
@ -14,13 +15,13 @@ apply_scale_on_map_build = false
classname = "actor_valve"
description = "Valve"
base_classes = Array[Resource]([ExtResource("1_7mq2y"), ExtResource("2_4hikn")])
class_properties = {
class_properties = Dictionary[String, Variant]({
"start_enabled": false
}
class_property_descriptions = {
})
class_property_descriptions = Dictionary[String, Variant]({
"start_enabled": "Starts open?"
}
meta_properties = {
"model": "\"3D/MapModels/actor_valve.glb\"",
})
meta_properties = Dictionary[String, Variant]({
"model": "{\"path\": \"3D/MapModels/actor_valve.glb\", \"scale\": 16.0 }",
"size": AABB(-8, -8, -4, 8, 8, 4)
}
})