Difficult-Rocket/docs/configes sample/window.json

8 lines
143 B
JSON
Raw Normal View History

2020-12-05 14:57:43 +08:00
{
2020-12-05 22:21:27 +08:00
"width": "int",
"height": "int",
2020-12-05 21:24:54 +08:00
"fullscreen": "bool",
"caption": "xxx",
"visible": "bool",
"style": "xxx(in list)"
2020-12-05 14:57:43 +08:00
}