mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Make all flags 2 pixels taller.
Aspect-ratio is now correct for nearly all flags.
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
/* XPM */
|
||||
static const char * Flag_Germany_xpm[] = {
|
||||
"96 32 4 1",
|
||||
"96 32 6 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #DD0000",
|
||||
"@ c #FFCE00",
|
||||
" ",
|
||||
"+ c #4A0000",
|
||||
"@ c #DD0000",
|
||||
"# c #F48A00",
|
||||
"$ c #FFCE00",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
@ -18,22 +19,23 @@ static const char * Flag_Germany_xpm[] = {
|
||||
"................................ ",
|
||||
"................................ ",
|
||||
".++++++++++++++++++++++++++++++. ",
|
||||
".++++++++++++++++++++++++++++++. ",
|
||||
".++++++++++++++++++++++++++++++. ",
|
||||
".++++++++++++++++++++++++++++++. ",
|
||||
".++++++++++++++++++++++++++++++. ",
|
||||
".++++++++++++++++++++++++++++++. ",
|
||||
".@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. ",
|
||||
".@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. ",
|
||||
".@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. ",
|
||||
".@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. ",
|
||||
".@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. ",
|
||||
".@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. ",
|
||||
".##############################. ",
|
||||
".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$. ",
|
||||
".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$. ",
|
||||
".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$. ",
|
||||
".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$. ",
|
||||
".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$. ",
|
||||
".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$. ",
|
||||
"................................ ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
|
Reference in New Issue
Block a user