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", "width": "int",
"height": "int", "height": "int",
"full_screen": "`1/0`", "full_screen": "true/false",
// bool
"caption": "xxx", "caption": "xxx",
"resizable": "1/0", // {version} -> version of SR
"visible": "1/0", "resizable": "true",
// bool
"visible": "true",
// bool
"style": "xxx(in list)" "style": "xxx(in list)"
} }

View File

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