mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 19:43:55 +00:00
Shrouds
This commit is contained in:
parent
5011de651f
commit
bf0fbb68b1
10 changed files with 1688 additions and 1182 deletions
|
|
@ -0,0 +1,31 @@
|
|||
[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"]
|
||||
[ext_resource type="Script" uid="uid://msq50x6rk4po" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="3_wgfj6"]
|
||||
[ext_resource type="Script" uid="uid://dgbkp4hgm0oxl" path="res://3D/TrenchBroom/EntityScripts/Solid/FuncShroud.cs" id="4_ug7xt"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_wgfj6")
|
||||
origin_type = 3
|
||||
use_in_baked_light = false
|
||||
shadow_casting_setting = 0
|
||||
build_occlusion = true
|
||||
collision_shape_type = 0
|
||||
collision_layer = 0
|
||||
collision_mask = 0
|
||||
script_class = ExtResource("4_ug7xt")
|
||||
classname = "func_shroud"
|
||||
description = "Geometry that can be made disappear"
|
||||
base_classes = Array[Resource]([ExtResource("1_ug7xt"), ExtResource("2_euhoe")])
|
||||
class_properties = {
|
||||
"one_time": true
|
||||
}
|
||||
class_property_descriptions = {
|
||||
"one_time": "Trigger only one time?"
|
||||
}
|
||||
meta_properties = {
|
||||
"color": Color(0.9647059, 0.87211144, 0, 1)
|
||||
}
|
||||
node_class = "StaticBody3D"
|
||||
metadata/_custom_type_script = "uid://msq50x6rk4po"
|
||||
Loading…
Add table
Add a link
Reference in a new issue