Region flag upgrade & correct NTSC-U to NTSC-U/C

Replace references to NTSC-U with the correct NTSC-U/C and adds Canada in user-facing strings.
Replaces all region flags with revised SVGs.
Brings the US flag down to 3:2 to match Europe and Japan.
Adds a custom split US & Canada flag for the U/C region, also 3:2.
Generated PNGs and new HiDPI PNGs for region flags.
Flag PNGs were generated by downscaling using a Lanczos filter to a width of 36/72 pixels, then a 1px grey border added, then a 2/5px transparent border.
This commit is contained in:
Sam Pearman
2020-09-09 15:54:07 +09:00
parent 0efd0953b1
commit 2ef6b6aa40
17 changed files with 187 additions and 42 deletions

View File

@@ -1,11 +1,19 @@
<RCC>
<qresource>
<file>icons/flag-eu.png</file>
<file>icons/flag-eu.svg</file>
<file>icons/flag-jp.png</file>
<file>icons/flag-eu.png</file>
<file>icons/flag-eu@2x.png</file>
<file>icons/flag-jp.svg</file>
<file>icons/flag-us.png</file>
<file>icons/flag-jp.png</file>
<file>icons/flag-jp@2x.png</file>
<file>icons/flag-uc.svg</file>
<file>icons/flag-uc.png</file>
<file>icons/flag-uc@2x.png</file>
<!--
<file>icons/flag-us.svg</file>
<file>icons/flag-us.png</file>
<file>icons/flag-us@2x.png</file>
-->
<file>icons/star-0.png</file>
<file>icons/star-1.png</file>
<file>icons/star-2.png</file>