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

29 lines
1.7 KiB
Text
Raw Permalink Normal View History

2026-03-07 16:49:06 +01:00
[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" format=3 uid="uid://bmfarpfcbbfa5"]
2025-06-18 09:00:10 +02:00
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_2x8yp"]
[ext_resource type="PackedScene" uid="uid://bb2pjblwkb7ub" path="res://3D/Scenes/Props/Vending_Machine_3D.tscn" id="2_2x8yp"]
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_8x313"]
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_2x8yp"]
2026-03-07 16:49:06 +01:00
[ext_resource type="Resource" uid="uid://dwc3j47cgj78j" path="res://3D/TrenchBroom/EntityDefinitions/base/requirement_key_base.tres" id="4_req"]
2025-06-18 09:00:10 +02:00
[resource]
2025-06-18 11:33:27 +02:00
script = ExtResource("3_2x8yp")
2025-12-28 22:53:18 +01:00
target_map_editor = 1
2025-06-20 10:52:08 +02:00
rotation_offset = Vector3(0, 180, 0)
2025-06-18 09:00:10 +02:00
scene_file = ExtResource("2_2x8yp")
apply_scale_on_map_build = false
classname = "actor_vendingmachine"
description = "Vending Machine"
2026-03-07 16:49:06 +01:00
base_classes = Array[Resource]([ExtResource("1_2x8yp"), ExtResource("4_req")])
class_properties = Dictionary[String, Variant]({
"shop_definition_path": "",
"shop_ui_scene_path": ""
})
class_property_descriptions = Dictionary[String, Variant]({
"shop_definition_path": "Optional resource path or uid:// for a VendingShopDefinition. Leave blank to use the scene default.",
"shop_ui_scene_path": "Optional packed scene path or uid:// for the shop UI. Leave blank to use the scene default."
})
2025-12-28 22:53:18 +01:00
meta_properties = Dictionary[String, Variant]({
"model": "{\"path\": \"3D/MapModels/actor_vendingmachine.glb\", \"scale\": 16.0 }",
"size": AABB(-8, -8, -12, 8, 8, 12)
})