Difficult-Rocket/sys_value/window.json5

13 lines
231 B
Plaintext
Raw Normal View History

2020-12-05 07:51:03 +08:00
{
"width": "1024",
"height": "768",
2021-01-25 07:27:52 +08:00
"full_screen": "false",
// bool
"caption": "Simple Rocket {version}",
// {version} -> version of SR
"resizable": "true",
2021-01-25 07:32:39 +08:00
// bool
2021-01-25 07:27:52 +08:00
"visible": "true",
2021-01-25 07:32:39 +08:00
// bool
"style": "None"
2020-12-05 07:51:03 +08:00
}