mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 12:53:47 +00:00
Terminal textbox and ui
This commit is contained in:
parent
9c24e29009
commit
f1b5251045
12 changed files with 133 additions and 93 deletions
|
|
@ -8,13 +8,13 @@ classname = "ActivationType"
|
|||
description = "Activation Type"
|
||||
class_properties = Dictionary[String, Variant]({
|
||||
"activationtype": {
|
||||
"Toggle": "Toggle",
|
||||
"Enable": "Enable",
|
||||
"Disable": "Disable",
|
||||
"Use": "Use",
|
||||
"Destroy": "Destroy",
|
||||
"Open": "Open",
|
||||
"Close": "Close",
|
||||
"Destroy": "Destroy",
|
||||
"Disable": "Disable",
|
||||
"Enable": "Enable",
|
||||
"Open": "Open",
|
||||
"Toggle": "Toggle",
|
||||
"Use": "Use"
|
||||
}
|
||||
})
|
||||
class_property_descriptions = Dictionary[String, Variant]({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue