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

13 lines
231 B
Plaintext

{
'width': '1024',
'height': '768',
'full_screen': 'false',
// bool
'caption': 'Simple Rocket {version}',
// {version} -> version of SR
'resizable': 'true',
// bool
'visible': 'true',
// bool
'style': 'None'
}