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