Add background for GamePropertiesDialog
This commit is contained in:
parent
7727a9a92c
commit
d1b3879246
Binary file not shown.
|
@ -309,6 +309,66 @@ jackmyth.styles
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//GameProperties
|
||||||
|
//Background
|
||||||
|
CGamePropertiesDialog
|
||||||
|
{
|
||||||
|
render_bg
|
||||||
|
{
|
||||||
|
0="image_scale( x0, y0, x1, y1, graphics\JackMyth\GameProperties)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"CGamePropertiesDialog Page"
|
||||||
|
{
|
||||||
|
bgcolor=none
|
||||||
|
render_bg
|
||||||
|
{}
|
||||||
|
}
|
||||||
|
|
||||||
|
CSubGamePropertiesGeneralPage
|
||||||
|
{
|
||||||
|
bgcolor=none
|
||||||
|
render_bg
|
||||||
|
{}
|
||||||
|
}
|
||||||
|
|
||||||
|
CSubGamePropertiesLocalFilesPage
|
||||||
|
{
|
||||||
|
bgcolor=none
|
||||||
|
render_bg
|
||||||
|
{}
|
||||||
|
}
|
||||||
|
|
||||||
|
CSubGamePropertiesLanguagePage
|
||||||
|
{
|
||||||
|
bgcolor=none
|
||||||
|
render_bg
|
||||||
|
{}
|
||||||
|
}
|
||||||
|
|
||||||
|
CSubGamePropertiesUpdatesPage
|
||||||
|
{
|
||||||
|
bgcolor=none
|
||||||
|
render_bg
|
||||||
|
{}
|
||||||
|
}
|
||||||
|
|
||||||
|
CSubGamePropertiesBetasPage
|
||||||
|
{
|
||||||
|
bgcolor=none
|
||||||
|
render_bg
|
||||||
|
{}
|
||||||
|
}
|
||||||
|
|
||||||
|
CSubGamePropertiesDLCPage
|
||||||
|
{
|
||||||
|
bgcolor=none
|
||||||
|
render_bg
|
||||||
|
{}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Notification Overrides
|
// Notification Overrides
|
||||||
// Seems doesn't work
|
// Seems doesn't work
|
||||||
CAchievmentNotification { render { 0="fill( x0 , y0 , x1, y1, DefaultBackground)" } }
|
CAchievmentNotification { render { 0="fill( x0 , y0 , x1, y1, DefaultBackground)" } }
|
||||||
|
|
|
@ -3226,12 +3226,13 @@ steam.styles
|
||||||
}
|
}
|
||||||
|
|
||||||
//Special window styling for older frames
|
//Special window styling for older frames
|
||||||
CGamePropertiesDialog
|
//Deprecated,Moved to JackMyth.styles
|
||||||
{
|
//CGamePropertiesDialog
|
||||||
render_bg {
|
//{
|
||||||
0="fill(x0, y0, x1, y0+64, Page.Tab)"
|
// render_bg {
|
||||||
}
|
// 0="fill(x0, y0, x1, y0+64, Page.Tab)"
|
||||||
}
|
// }
|
||||||
|
//}
|
||||||
|
|
||||||
CServerBrowserDialog
|
CServerBrowserDialog
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue