tbftss/data/widgets/options.json

68 lines
1.1 KiB
JSON

[
{
"name" : "windowSize",
"group" : "options",
"type" : "WT_SELECT",
"text" : "Window Size",
"options" : "640 x 360;1280 x 720;1600 x 900;1920 x 1080",
"x" : -1,
"y" : 175,
"w" : 400,
"h": 34
},
{
"name" : "soundVolume",
"group" : "options",
"type" : "WT_SELECT",
"text" : "Sound Volume",
"options" : "0;1;2;3;4;5;6;7;8;9;10",
"x" : -1,
"y" : 250,
"w" : 400,
"h": 34
},
{
"name" : "musicVolume",
"group" : "options",
"type" : "WT_SELECT",
"text" : "Music Volume",
"options" : "0;1;2;3;4;5;6;7;8;9;10",
"x" : -1,
"y" : 325,
"w" : 400,
"h": 34
},
{
"name" : "fullscreen",
"group" : "options",
"type" : "WT_SELECT",
"text" : "Fullscreen",
"options" : "Off;On",
"x" : -1,
"y" : 400,
"w" : 400,
"h": 34
},
{
"name" : "vSync",
"group" : "options",
"type" : "WT_SELECT",
"text" : "VSync",
"options" : "Off;On",
"x" : -1,
"y" : 475,
"w" : 400,
"h": 34
},
{
"name" : "ok",
"group" : "options",
"type" : "WT_BUTTON",
"text" : "OK",
"x" : -1,
"y" : 625,
"w" : 100,
"h": 34
}
]