mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 06:13:47 +00:00
various mapping
This commit is contained in:
parent
d54d9f2b4a
commit
9c24e29009
8 changed files with 548 additions and 518 deletions
|
|
@ -6,17 +6,17 @@
|
|||
script = ExtResource("1_giwth")
|
||||
classname = "ActivationType"
|
||||
description = "Activation Type"
|
||||
class_properties = {
|
||||
class_properties = Dictionary[String, Variant]({
|
||||
"activationtype": {
|
||||
"Close": "Close",
|
||||
"Destroy": "Destroy",
|
||||
"Disable": "Disable",
|
||||
"Enable": "Enable",
|
||||
"Open": "Open",
|
||||
"Toggle": "Toggle",
|
||||
"Use": "Use"
|
||||
"Enable": "Enable",
|
||||
"Disable": "Disable",
|
||||
"Use": "Use",
|
||||
"Destroy": "Destroy",
|
||||
"Open": "Open",
|
||||
"Close": "Close",
|
||||
}
|
||||
}
|
||||
class_property_descriptions = {
|
||||
})
|
||||
class_property_descriptions = Dictionary[String, Variant]({
|
||||
"activationtype": "Type of activation"
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue