tbftss/data/widgets/stats.json

33 lines
477 B
JSON
Raw Normal View History

2015-10-20 13:51:49 +02:00
[
2015-11-26 09:16:29 +01:00
{
"name" : "prev",
"group" : "stats",
"type" : "WT_IMG_BUTTON",
"x" : 540,
"y" : 110,
"w" : 150,
"h": 34,
"texture" : "gfx/widgets/optionsLeft.png"
},
{
"name" : "next",
"group" : "stats",
"type" : "WT_IMG_BUTTON",
"x" : 720,
"y" : 110,
"w" : 150,
"h": 34,
"texture" : "gfx/widgets/optionsRight.png"
},
2015-10-20 13:51:49 +02:00
{
"name" : "ok",
"group" : "stats",
"type" : "WT_BUTTON",
"text" : "OK",
"x" : 640,
"y" : 635,
"w" : 150,
"h": 34
}
]