22 lines
389 B
Text
22 lines
389 B
Text
|
// gradient_top
|
||
|
itemDef
|
||
|
{
|
||
|
style WINDOW_STYLE_SHADER
|
||
|
rect 0 55 854 75 HORIZONTAL_ALIGN_FULLSCREEN 0
|
||
|
background "gradient_top"
|
||
|
visible 1
|
||
|
decoration
|
||
|
}
|
||
|
|
||
|
// gradient_bottom
|
||
|
itemDef
|
||
|
{
|
||
|
style WINDOW_STYLE_SHADER
|
||
|
rect 0 351 854 75 HORIZONTAL_ALIGN_FULLSCREEN 0
|
||
|
background "gradient_bottom"
|
||
|
visible 1
|
||
|
decoration
|
||
|
}
|
||
|
|
||
|
|