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

18 lines
1,004 B
Text
Raw Normal View History

2025-12-28 22:53:18 +01:00
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=5 format=3 uid="uid://8ac04g18qkho"]
2025-06-16 16:19:20 +02:00
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_ult45"]
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_gbxi6"]
2025-06-16 16:19:20 +02:00
[ext_resource type="PackedScene" uid="uid://ou07lptfp0d1" path="res://3D/Scenes/Props/Table_3D.tscn" id="2_ult45"]
2025-09-12 12:26:16 +02:00
[ext_resource type="Script" uid="uid://cxsqwtsqd8w33" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="3_xotet"]
2025-06-16 16:19:20 +02:00
[resource]
script = ExtResource("3_xotet")
scene_file = ExtResource("2_ult45")
apply_scale_on_map_build = false
classname = "actor_table"
description = "Table"
base_classes = Array[Resource]([ExtResource("1_ult45")])
2025-12-28 22:53:18 +01:00
meta_properties = Dictionary[String, Variant]({
2025-06-16 16:19:20 +02:00
"model": "\"3D/MapModels/Table.glb\"",
"size": AABB(-8, -12, -4, 8, 12, 4)
2025-12-28 22:53:18 +01:00
})