Flags.wiki
changeset 445 97c1cc234b67
parent 443 e57556142fe5
child 449 c623c252922d
equal deleted inserted replaced
444:a7a49e2ea0e9 445:97c1cc234b67
     7 == Creating flags ==
     7 == Creating flags ==
     8 To create a flag, draw a PNG image of size 22×15 pixels.
     8 To create a flag, draw a PNG image of size 22×15 pixels.
     9 
     9 
    10 To install a flag, put it into `Data/Graphics/Flags` of the Hedgewars data directory.
    10 To install a flag, put it into `Data/Graphics/Flags` of the Hedgewars data directory.
    11 
    11 
    12 The file name has have “.png” at the end, the file suffix will not be shown in Hedgewars. Depending on the name, the flag will be displayed in different ways in Hedgewars:
    12 The file name must have “.png” at the end, the file suffix will not be shown in Hedgewars. Depending on the name, the flag will be displayed in different ways in Hedgewars:
    13 
    13 
    14  * Default flag: The flag “hedgewars.png” (shows a hedgehog), flag of new teams
    14  * Default flag: The flag “hedgewars.png” (shows a hedgehog), flag of new teams
    15  * Community flags: The flags whose file name starts with “`cm_`” are listed as “community flags” in Hedgewars (the prefix is removed)
    15  * Community flags: The flags whose file name starts with “`cm_`” are listed as “community flags” in Hedgewars (the prefix is removed)
    16  * National flags: All other flags
    16  * National flags: All other flags
    17 
    17