configs!
This commit is contained in:
parent
bb3cbb59c4
commit
1512daa86d
@ -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)"
|
||||
}
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user