Add background for GamePropertiesDialog

This commit is contained in:
Jack-Myth 2019-04-25 19:53:09 +08:00
parent 7727a9a92c
commit d1b3879246
3 changed files with 67 additions and 6 deletions

Binary file not shown.

View File

@ -308,6 +308,66 @@ jackmyth.styles
0="image_scale(x0,y0,x1,y1,graphics\JackMyth\UseOffline)"
}
}
//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
// Seems doesn't work

View File

@ -3226,12 +3226,13 @@ steam.styles
}
//Special window styling for older frames
CGamePropertiesDialog
{
render_bg {
0="fill(x0, y0, x1, y0+64, Page.Tab)"
}
}
//Deprecated,Moved to JackMyth.styles
//CGamePropertiesDialog
//{
// render_bg {
// 0="fill(x0, y0, x1, y0+64, Page.Tab)"
// }
//}
CServerBrowserDialog
{