Difficult-Rocket/sys_value/window.json5
2021-02-03 22:04:34 +08:00

18 lines
284 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',
'views': [
'space',
'map',
'menu'
]
}