mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 03:13:46 +00:00
Door and forcefield in TB
This commit is contained in:
parent
650db8986c
commit
52756defba
18 changed files with 880 additions and 628 deletions
|
|
@ -0,0 +1,29 @@
|
|||
[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 = ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue