Factorio: add medium_diamonds and pyramid tech tree layouts

This commit is contained in:
Fabian Dill
2021-04-10 19:34:30 +02:00
parent 6d15aef88a
commit 1943586221
2 changed files with 57 additions and 9 deletions

View File

@@ -274,6 +274,8 @@ class FreeSamples(Choice):
class TechTreeLayout(Choice):
option_single = 0
option_small_diamonds = 1
option_medium_diamonds = 2
option_pyramid = 3
default = 0
class Visibility(Choice):