cirnogodot/3D/TrenchBroom/EntityDefinitions/point/actors/actor_chest.tres

23 lines
1.2 KiB
Text
Raw Normal View History

2025-12-28 22:53:18 +01:00
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=5 format=3 uid="uid://cs333m37kmp2y"]
2025-06-13 11:38:53 +02:00
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_6p0lm"]
[ext_resource type="PackedScene" uid="uid://dyi4ji0t3ryi4" path="res://3D/Scenes/Props/chest_3d.tscn" id="2_6p0lm"]
2025-12-28 22:53:18 +01:00
[ext_resource type="Script" uid="uid://d1nwwgcrner8b" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class_display_descriptor.gd" id="2_lkoo5"]
2025-09-15 11:22:27 +02:00
[ext_resource type="Script" uid="uid://ldfqjtq0br35" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="3_6p0lm"]
2025-06-13 11:38:53 +02:00
[resource]
2025-06-19 22:08:47 +02:00
script = ExtResource("3_6p0lm")
2025-06-25 16:52:31 +02:00
target_map_editor = 1
2025-06-20 10:52:08 +02:00
rotation_offset = Vector3(0, 180, 0)
2025-06-13 11:38:53 +02:00
scene_file = ExtResource("2_6p0lm")
apply_scale_on_map_build = false
classname = "actor_chest_1"
description = "Chest Type 1"
base_classes = Array[Resource]([ExtResource("1_6p0lm")])
2025-12-28 22:53:18 +01:00
class_properties = Dictionary[String, Variant]({
2025-06-27 09:08:00 +02:00
"items": ""
2025-12-28 22:53:18 +01:00
})
meta_properties = Dictionary[String, Variant]({
"model": "{\"path\": \"3D/MapModels/actor_chest_1.glb\", \"scale\": 16.0 }",
2025-06-25 16:52:31 +02:00
"size": AABB(-8, -8, -8, 8, 8, 8)
2025-12-28 22:53:18 +01:00
})