Difficult-Rocket/sys_value/window.json5
沈瑗杰 c5e7367cd7 many thanks and some test update
“支持”了macOS
更新了一些README
2021-03-20 13:52:07 +08:00

22 lines
349 B
Plaintext

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