Difficult-Rocket/docs/configes sample/window.json5

13 lines
223 B
Plaintext
Raw Normal View History

2020-12-05 14:57:43 +08:00
{
"width": "int",
"height": "int",
2021-01-25 07:27:52 +08:00
"full_screen": "true/false",
// bool
"caption": "xxx",
2021-01-25 07:27:52 +08:00
// {version} -> version of SR
"resizable": "true",
// bool
"visible": "true",
// bool
"style": "xxx(in list)"
2020-12-05 14:57:43 +08:00
}