mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 21:51:16 +00:00
Updated func_godot
This commit is contained in:
parent
d8d348640c
commit
01a852de9b
170 changed files with 1705 additions and 2296 deletions
|
|
@ -1,7 +1,8 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=5 format=3 uid="uid://umbceo5tcxni"]
|
||||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=6 format=3 uid="uid://umbceo5tcxni"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_t13cn"]
|
||||
[ext_resource type="Resource" uid="uid://dl5gtmotc4g6a" path="res://3D/TrenchBroom/EntityDefinitions/base/destroyable_base.tres" id="2_qg3x2"]
|
||||
[ext_resource type="Script" uid="uid://d1nwwgcrner8b" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class_display_descriptor.gd" id="3_qg3x2"]
|
||||
[ext_resource type="PackedScene" uid="uid://dmwtysh7eijon" path="res://3D/Scenes/Props/Chair_3D.tscn" id="3_t13cn"]
|
||||
[ext_resource type="Script" uid="uid://cxsqwtsqd8w33" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="4_v58ve"]
|
||||
|
||||
|
|
@ -13,10 +14,10 @@ apply_scale_on_map_build = false
|
|||
classname = "actor_chair"
|
||||
description = "Chair"
|
||||
base_classes = Array[Resource]([ExtResource("1_t13cn"), ExtResource("2_qg3x2")])
|
||||
class_properties = {
|
||||
class_properties = Dictionary[String, Variant]({
|
||||
"health": 5.0
|
||||
}
|
||||
meta_properties = {
|
||||
})
|
||||
meta_properties = Dictionary[String, Variant]({
|
||||
"model": "{ \"path\": \"textures\\special/chair.png\", \"scale\": 1 }",
|
||||
"size": AABB(-8, -8, -8, 8, 8, 8)
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue