Difficult-Rocket/configs/sys_value/window.json5
2021-05-25 21:15:43 +08:00

22 lines
348 B
Plaintext

{
'width': '1024',
'height': '768',
'full_screen': 'false',
// bool
'caption': 'Simple Rocket {version}',
// {version} -> version of SR
'caption_option': {
'version': '0.4.1'
},
'resizable': 'true',
// bool
'visible': 'true',
// bool
'style': 'None',
'fps': 120,
'views': [
'space',
'map',
'menu'
]
}