Skip to content

Commit c4141ce

Browse files
committed
update hud background
1 parent 9dfc100 commit c4141ce

File tree

1 file changed

+8
-1
lines changed
  • content/panorama/styles/custom_game

1 file changed

+8
-1
lines changed

content/panorama/styles/custom_game/hud.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@
77
width: 500px;
88
height: 500px;
99
/* Using a background image already in dota */
10-
background-image: url("s2r://panorama/images/compendium/international2020/compendium/dashboard_panel_bg_psd.vtex");
10+
background-image: url("s2r://panorama/images/loadingscreens/international_2023_ls_3/loadingscreen.vtex");
11+
background-repeat: no-repeat;
12+
background-position: center;
13+
background-size: cover;
14+
15+
border-style: solid;
16+
border-width: 3px;
17+
border-color: rgb(0, 0, 0);
1118

1219
horizontal-align: center;
1320
vertical-align: center;

0 commit comments

Comments
 (0)