Map Painting #6
This commit is contained in:
parent
bba77756cc
commit
72c737484a
88 changed files with 405 additions and 152 deletions
6
common/countries/Falandia.txt
Normal file
6
common/countries/Falandia.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Falandia
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 202 200 121 }
|
||||
6
common/countries/Gaestertland.txt
Normal file
6
common/countries/Gaestertland.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Gaestertland
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 221 }
|
||||
6
common/countries/Günther Cult.txt
Normal file
6
common/countries/Günther Cult.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Günther Cult
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 21 31 102 }
|
||||
6
common/countries/Sarvundland.txt
Normal file
6
common/countries/Sarvundland.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Sarvundland
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 102 103 94 }
|
||||
6
common/countries/TallRepublic.txt
Normal file
6
common/countries/TallRepublic.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#TallRepublic
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 21 21 202 }
|
||||
|
|
@ -108,4 +108,29 @@ UTV = {
|
|||
FSH = {
|
||||
color = rgb { 23 32 202 }
|
||||
color_ui = rgb { 23 32 202 }
|
||||
}
|
||||
|
||||
FAL = {
|
||||
color = rgb { 202 200 121 }
|
||||
color_ui = rgb { 202 200 121 }
|
||||
}
|
||||
|
||||
SVL = {
|
||||
color = rgb { 102 103 94 }
|
||||
color_ui = rgb { 102 103 94 }
|
||||
}
|
||||
|
||||
TTR = {
|
||||
color = rgb { 21 21 202 }
|
||||
color_ui = rgb { 21 21 202 }
|
||||
}
|
||||
|
||||
GTL = {
|
||||
color = rgb { 221 }
|
||||
color_ui = rgb { 221 }
|
||||
}
|
||||
|
||||
GCT = {
|
||||
color = rgb { 21 31 102 }
|
||||
color_ui = rgb { 21 31 102 }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue