save/load functionality (WIP)
This commit is contained in:
@@ -77,3 +77,11 @@ function UI.create_numeric_stepper(label, value_getter, value_setter, min, max,
|
||||
type = "numeric_stepper"
|
||||
}
|
||||
end
|
||||
|
||||
function UI.create_action_item(label, action)
|
||||
return {
|
||||
label = label,
|
||||
action = action,
|
||||
type = "action_item"
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user