Map Painting #6

This commit is contained in:
Hannah-Dagemark 2024-05-30 12:41:52 +02:00
commit 72c737484a
88 changed files with 405 additions and 152 deletions

View file

@ -0,0 +1,6 @@
#Falandia
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 202 200 121 }

View file

@ -0,0 +1,6 @@
#Gaestertland
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 221 }

View file

@ -0,0 +1,6 @@
#Günther Cult
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 21 31 102 }

View file

@ -0,0 +1,6 @@
#Sarvundland
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 102 103 94 }

View file

@ -0,0 +1,6 @@
#TallRepublic
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 21 21 202 }

View file

@ -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 }
}