Difficult-Rocket/docs/configes sample/window.json
2020-12-05 14:57:43 +08:00

10 lines
173 B
JSON

{
"size" : {
"x" : "int",
"y" : "int",
"fullscreen" : "bool"
},
"caption" : "xxx",
"visible" : "bool",
"style" : "xxx(in list)"
}