Changes to flavor pool

This commit is contained in:
Heidesommer 2026-06-06 14:45:10 -04:00
parent 8bc33bc18b
commit 73428ec3b3
2 changed files with 45 additions and 207 deletions

View file

@ -0,0 +1,12 @@
e_poland_lithuania = {
sub = {
parent = "k_lithuania" # defined elsewhere
instance = { offset = { 0.0 0.0 } scale = { 0.5 0.5 } } # top left
instance = { offset = { 0.5 0.5 } scale = { 0.5 0.5 } } # bottom right
}
sub = {
parent = "k_poland" # defined elsewhere
instance = { offset = { 0.5 0.0 } scale = { 0.5 0.5 } } # top right
instance = { offset = { 0.0 0.5 } scale = { 0.5 0.5 } } # bottom left
}
}