mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 07:23:46 +00:00
Updated func_godot
This commit is contained in:
parent
d8d348640c
commit
01a852de9b
170 changed files with 1705 additions and 2296 deletions
|
|
@ -1,9 +1,10 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=6 format=3 uid="uid://cuhhjj6kx74i0"]
|
||||
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=7 format=3 uid="uid://cuhhjj6kx74i0"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_8v8rk"]
|
||||
[ext_resource type="Resource" uid="uid://kerywjgft7vh" path="res://3D/TrenchBroom/EntityDefinitions/base/target_base.tres" id="2_8wvoc"]
|
||||
[ext_resource type="Resource" uid="uid://bd4h6ha84s74b" path="res://3D/TrenchBroom/EntityDefinitions/base/activation_type_base.tres" id="3_oqfhk"]
|
||||
[ext_resource type="PackedScene" uid="uid://ctic4wsg3mibx" path="res://3D/Scenes/Props/Switch_3D.tscn" id="4_8v8rk"]
|
||||
[ext_resource type="Script" uid="uid://d1nwwgcrner8b" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class_display_descriptor.gd" id="4_8wvoc"]
|
||||
[ext_resource type="Script" uid="uid://ldfqjtq0br35" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="5_1s5ny"]
|
||||
|
||||
[resource]
|
||||
|
|
@ -15,7 +16,7 @@ apply_scale_on_map_build = false
|
|||
classname = "actor_switch"
|
||||
description = "Toggleable Switch"
|
||||
base_classes = Array[Resource]([ExtResource("1_8v8rk"), ExtResource("2_8wvoc"), ExtResource("3_oqfhk")])
|
||||
meta_properties = {
|
||||
"model": "\"3D/MapModels/actor_controlpad.glb\"",
|
||||
meta_properties = Dictionary[String, Variant]({
|
||||
"model": "{\"path\": \"3D/MapModels/actor_switch.glb\", \"scale\": 16.0 }",
|
||||
"size": AABB(-4, -4, -4, 4, 4, 4)
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue