Localized puzzle dlc logo

This commit is contained in:
tobspr 2021-05-25 09:24:53 +02:00
parent b3d1204d9c
commit f5d03ae027
5 changed files with 13 additions and 3 deletions

View file

@ -16,4 +16,9 @@
background: uiResource("puzzle_dlc_logo_inverse.png") center center / contain no-repeat;
}
}
&.china {
/* @load-async */
background: uiResource("puzzle_dlc_logo_china.png") center center / contain no-repeat !important;
}
}