This commit is contained in:
沈瑗杰 2021-01-25 07:27:52 +08:00
parent bb3cbb59c4
commit 1512daa86d
2 changed files with 13 additions and 7 deletions

View File

@ -1,9 +1,13 @@
{
"width": "int",
"height": "int",
"full_screen": "`1/0`",
"full_screen": "true/false",
// bool
"caption": "xxx",
"resizable": "1/0",
"visible": "1/0",
// {version} -> version of SR
"resizable": "true",
// bool
"visible": "true",
// bool
"style": "xxx(in list)"
}

View File

@ -1,9 +1,11 @@
{
"width": "1024",
"height": "768",
"full_screen": "0",
"caption": "Simple Rocket 0.1",
"resizable": "1",
"visible": "1",
"full_screen": "false",
// bool
"caption": "Simple Rocket {version}",
// {version} -> version of SR
"resizable": "true",
"visible": "true",
"style": "None"
}