Difficult-Rocket/docs/configes sample/window.json5
2021-01-25 12:22:55 +08:00

13 lines
223 B
Plaintext

{
'width': 'int',
'height': 'int',
'full_screen': 'true/false',
// bool
'caption': 'xxx',
// {version} -> version of SR
'resizable': 'true',
// bool
'visible': 'true',
// bool
'style': 'xxx(in list)'
}