mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 19:53:47 +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="FuncGodotFGDModelPointClass" load_steps=4 format=3 uid="uid://dr2pga4b05paq"]
|
||||
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=5 format=3 uid="uid://dr2pga4b05paq"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_0tkke"]
|
||||
[ext_resource type="PackedScene" uid="uid://5jwj0xm33bfs" path="res://3D/Scenes/Props/Mainframe_3D.tscn" id="2_0tkke"]
|
||||
[ext_resource type="Script" uid="uid://d1nwwgcrner8b" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class_display_descriptor.gd" id="2_pciti"]
|
||||
[ext_resource type="Script" uid="uid://ldfqjtq0br35" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="3_2bwyp"]
|
||||
|
||||
[resource]
|
||||
|
|
@ -13,7 +14,7 @@ apply_scale_on_map_build = false
|
|||
classname = "actor_mainframe"
|
||||
description = "Mainframe"
|
||||
base_classes = Array[Resource]([ExtResource("1_0tkke")])
|
||||
meta_properties = {
|
||||
"model": "\"3D/MapModels/actor_mainframe.glb\"",
|
||||
meta_properties = Dictionary[String, Variant]({
|
||||
"model": "{\"path\": \"3D/MapModels/actor_mainframe.glb\", \"scale\": 16.0 }",
|
||||
"size": AABB(-8, -8, -12, 8, 8, 12)
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue