mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 01: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
|
|
@ -1424,8 +1424,3 @@
|
|||
"target" "break_room"
|
||||
"activationtype" "Toggle"
|
||||
}
|
||||
// entity 50
|
||||
{
|
||||
"classname" "actor_controlpad"
|
||||
"origin" "-28 228 36"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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