Add background for GamePropertiesDialog

This commit is contained in:
Jack-Myth 2019-04-25 20:03:29 +08:00
parent 7de475f776
commit e43a7cdb3e
3 changed files with 66 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -297,6 +297,65 @@ jackmyth.styles
0="fill(x0,y0,x1,y1,JackMyth.HalfTranslucent)" 0="fill(x0,y0,x1,y1,JackMyth.HalfTranslucent)"
} }
} }
//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
{}
}
} }
} }

View File

@ -3216,12 +3216,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
{ {