Difficult-Rocket/configs/sys_value/window.json5
瑗杰 沈 df8df8e677 更新日志可见 [这里](.docs/update_logs.md)
update logs can see at [here](./docs/update_logs)
2021-04-09 19:49:02 +08:00

22 lines
347 B
Plaintext

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