mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
29 lines
828 B
Text
29 lines
828 B
Text
[gd_resource type="Resource" script_class="FuncGodotFGDBaseClass" load_steps=2 format=3 uid="uid://dwc3j47cgj78j"]
|
|
|
|
[ext_resource type="Script" uid="uid://6o4wbl0iau0v" path="res://addons/func_godot/src/fgd/func_godot_fgd_base_class.gd" id="1_tkd7e"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_tkd7e")
|
|
classname = "Requirement_Key"
|
|
description = "Key Requirement"
|
|
func_godot_internal = false
|
|
base_classes = Array[Resource]([])
|
|
class_properties = {
|
|
"key": {
|
|
"BLUE_KEY": "BLUE_KEY",
|
|
"GENERIC_KEY": "GENERIC_KEY",
|
|
"GREEN_KEY": "GREEN_KEY",
|
|
"RED_KEY": "RED_KEY",
|
|
"YELLOW_KEY": "YELLOW_KEY"
|
|
}
|
|
}
|
|
class_property_descriptions = {
|
|
"key": "The key to use as requirement"
|
|
}
|
|
auto_apply_to_matching_node_properties = false
|
|
meta_properties = {
|
|
"color": Color(0.8, 0.8, 0.8, 1),
|
|
"size": AABB(-8, -8, -8, 8, 8, 8)
|
|
}
|
|
node_class = ""
|
|
name_property = ""
|