Difficult-Rocket/docs/configes sample/window.json5

13 lines
223 B
Plaintext
Raw Normal View History

2020-12-05 14:57:43 +08:00
{
2021-01-25 12:22:55 +08:00
'width': 'int',
'height': 'int',
'full_screen': 'true/false',
2021-01-25 07:27:52 +08:00
// bool
2021-01-25 12:22:55 +08:00
'caption': 'xxx',
2021-01-25 07:27:52 +08:00
// {version} -> version of SR
2021-01-25 12:22:55 +08:00
'resizable': 'true',
2021-01-25 07:27:52 +08:00
// bool
2021-01-25 12:22:55 +08:00
'visible': 'true',
2021-01-25 07:27:52 +08:00
// bool
2021-01-25 12:22:55 +08:00
'style': 'xxx(in list)'
2020-12-05 14:57:43 +08:00
}