1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
[
#
# buttons
{
id: "regular_button",
image: "gui/buttons-and-windows.png",
rect: [4,44,29,69],
corner_height: 8,
},
{
id: "regular_button_pressed",
image: "gui/buttons-and-windows.png",
rect: [4,72,29,97],
corner_height: 8,
},
{
id: "regular_button_focus",
image: "gui/buttons-and-windows.png",
rect: [4,100,29,125],
corner_height: 8,
},
{
id: "default_button",
image: "gui/buttons-and-windows.png",
rect: [32,44,57,69],
corner_height: 9,
},
{
id: "default_button_pressed",
image: "gui/buttons-and-windows.png",
rect: [32,72,57,97],
corner_height: 9,
},
{
id: "default_button_focus",
image: "gui/buttons-and-windows.png",
rect: [32,100,57,125],
corner_height: 9,
},
#
#windows
{
id: "regular_window",
image: "gui/buttons-and-windows.png",
rect: [44,2,82,41],
corner_height: 10,
},
{
id: "empty_window",
image: "gui/buttons-and-windows.png",
rect: [169,2,207,41],
corner_height: 10,
},
]
|