| 1234567891011121314151617181920 |
- format_version = "3.0"
- custom_properties = jbox.property_set{
-
- rt_owner = {
- properties = {
- Imperfector = jbox.boolean{
- property_tag = 11,
- default = false,
- ui_name = jbox.ui_text("text_Imperfector"),
- ui_type = jbox.ui_linear({min=0, max=1, units={{decimals=0}}}),
- }
- }
- },
- rtc_owner = {
- properties = {
- instance = jbox.native_object{},
- }
- },
- }
|