cirnogodot/3D/TrenchBroom/EntityDefinitions/point/actors/actor_valve.tres
2025-12-28 22:53:18 +01:00

27 lines
1.4 KiB
Text

[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" load_steps=6 format=3 uid="uid://cy6802obllcmv"]
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_7mq2y"]
[ext_resource type="Resource" uid="uid://kerywjgft7vh" path="res://3D/TrenchBroom/EntityDefinitions/base/target_base.tres" id="2_4hikn"]
[ext_resource type="Script" uid="uid://d1nwwgcrner8b" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class_display_descriptor.gd" id="3_7mq2y"]
[ext_resource type="PackedScene" uid="uid://dvmkfm2l3vcf7" path="res://3D/Scenes/Props/Valve_3D.tscn" id="4_7mq2y"]
[ext_resource type="Script" uid="uid://ldfqjtq0br35" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="5_hgjgd"]
[resource]
script = ExtResource("5_hgjgd")
target_map_editor = 1
rotation_offset = Vector3(0, 180, 0)
scene_file = ExtResource("4_7mq2y")
apply_scale_on_map_build = false
classname = "actor_valve"
description = "Valve"
base_classes = Array[Resource]([ExtResource("1_7mq2y"), ExtResource("2_4hikn")])
class_properties = Dictionary[String, Variant]({
"start_enabled": false
})
class_property_descriptions = Dictionary[String, Variant]({
"start_enabled": "Starts open?"
})
meta_properties = Dictionary[String, Variant]({
"model": "{\"path\": \"3D/MapModels/actor_valve.glb\", \"scale\": 16.0 }",
"size": AABB(-8, -8, -4, 8, 8, 4)
})