From 98dae40c5760f5e0d287c45a999449d95c051303 Mon Sep 17 00:00:00 2001 From: lilylindstrand Date: Tue, 14 May 2024 22:51:27 +0200 Subject: [PATCH] feat(country): create nederland --- common/countries/Nederland.txt | 6 ++++++ common/country_tags/00_countries.txt | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 common/countries/Nederland.txt diff --git a/common/countries/Nederland.txt b/common/countries/Nederland.txt new file mode 100644 index 0000000..0d81f23 --- /dev/null +++ b/common/countries/Nederland.txt @@ -0,0 +1,6 @@ +#Gartiva + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 52 168 1 } \ No newline at end of file diff --git a/common/country_tags/00_countries.txt b/common/country_tags/00_countries.txt index 3a2c2c1..5fb43ec 100644 --- a/common/country_tags/00_countries.txt +++ b/common/country_tags/00_countries.txt @@ -30,4 +30,5 @@ NAR = "countries/Narrvii.txt" DUB = "countries/Dubliniv.txt" CER = "countries/Cerck.txt" NMD = "countries/Normandié.txt" -LIC = "countries/LCOIP.txt" \ No newline at end of file +LIC = "countries/LCOIP.txt" +NDL = "countries/Nederland.txt" \ No newline at end of file