cirnogodot/3D/TrenchBroom/EntityDefinitions/solid/funcs/func_shroud.tres

30 lines
1.3 KiB
Text
Raw Permalink Normal View History

2025-07-04 20:26:06 +02:00
[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=5 format=3 uid="uid://xh2rr0g6ey1a"]
[ext_resource type="Resource" uid="uid://bfjnt8q3l2p65" path="res://3D/TrenchBroom/EntityDefinitions/base/func_base.tres" id="1_ug7xt"]
[ext_resource type="Resource" uid="uid://c1utxplehq2jl" path="res://3D/TrenchBroom/EntityDefinitions/base/targetname_base.tres" id="2_euhoe"]
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="3_wgfj6"]
2025-07-04 20:26:06 +02:00
[ext_resource type="Script" uid="uid://dgbkp4hgm0oxl" path="res://3D/TrenchBroom/EntityScripts/Solid/FuncShroud.cs" id="4_ug7xt"]
[resource]
script = ExtResource("3_wgfj6")
use_in_baked_light = false
shadow_casting_setting = 0
build_occlusion = true
2025-12-28 22:53:18 +01:00
render_layers = 2
2025-07-04 20:26:06 +02:00
collision_shape_type = 0
collision_layer = 0
collision_mask = 0
script_class = ExtResource("4_ug7xt")
classname = "func_shroud"
2025-09-15 11:22:27 +02:00
description = "Geometry that can be made disappear."
2025-07-04 20:26:06 +02:00
base_classes = Array[Resource]([ExtResource("1_ug7xt"), ExtResource("2_euhoe")])
2025-12-29 17:27:09 +01:00
class_properties = Dictionary[String, Variant]({
2025-07-04 20:26:06 +02:00
"one_time": true
2025-12-29 17:27:09 +01:00
})
class_property_descriptions = Dictionary[String, Variant]({
2025-07-04 20:26:06 +02:00
"one_time": "Trigger only one time?"
2025-12-29 17:27:09 +01:00
})
meta_properties = Dictionary[String, Variant]({
2025-07-04 20:26:06 +02:00
"color": Color(0.9647059, 0.87211144, 0, 1)
2025-12-29 17:27:09 +01:00
})
2025-07-04 20:26:06 +02:00
node_class = "StaticBody3D"