Terminal textbox and ui

This commit is contained in:
MaddoScientisto 2025-12-30 13:44:49 +01:00
commit f1b5251045
12 changed files with 133 additions and 93 deletions

View file

@ -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]({