File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 'header' : 'http://cdn.akamai.steamstatic.com/steam/apps/{appid}/header.jpg' ,
2929 'generated_bg' : 'http://cdn.akamai.steamstatic.com/steam/apps/{appid}/page_bg_generated_v6b.jpg' , # Auto generated background with a shade of blue.
3030 'icon' : 'https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/{appid}/{img_icon_path}.jpg' ,
31- 'logo ' : 'http://cdn.akamai.steamstatic.com/steam/apps/{appid}/logo.png' # Can return 404
31+ 'clearlogo ' : 'http://cdn.akamai.steamstatic.com/steam/apps/{appid}/logo.png' # Can return 404
3232}
3333
3434# Dictionary containing for each art type, a url for the art (to format with appid / img_icon_path afterwards), and a fallback art type.
4242 'landscape' : {'url' : STEAM_ARTS_TYPES ['header' ], 'fallback' : None },
4343 'thumb' : {'url' : STEAM_ARTS_TYPES ['header' ], 'fallback' : None },
4444 'icon' : {'url' : STEAM_ARTS_TYPES ['icon' ], 'fallback' : None },
45- 'clearlogo' : {'url' : STEAM_ARTS_TYPES ['logo ' ], 'fallback' : None }
45+ 'clearlogo' : {'url' : STEAM_ARTS_TYPES ['clearlogo ' ], 'fallback' : None }
4646}
4747
4848
You can’t perform that action at this time.
0 commit comments