16 lines
715 B
Text
16 lines
715 B
Text
|
|
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=3 format=3]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://cxsqwtsqd8w33" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="1_script"]
|
||
|
|
[ext_resource type="PackedScene" path="res://data/entities/point_door/point_door.tscn" id="2_scene"]
|
||
|
|
|
||
|
|
[resource]
|
||
|
|
script = ExtResource("1_script")
|
||
|
|
scene_file = ExtResource("2_scene")
|
||
|
|
apply_scale_on_map_build = false
|
||
|
|
classname = "point_door"
|
||
|
|
description = "Door marker placed on a door cell. 'angle' controls orientation. Behavior (open/close, locked) stubbed."
|
||
|
|
meta_properties = Dictionary[String, Variant]({
|
||
|
|
"color": Color(0.62, 0.38, 0.18, 1),
|
||
|
|
"size": AABB(-8, -16, -8, 16, 48, 16)
|
||
|
|
})
|