Factorio: add small_diamonds tech tree layout

This commit is contained in:
Fabian Dill
2021-04-10 03:03:46 +02:00
parent e11016b0a2
commit 0586b24579
8 changed files with 53 additions and 15 deletions

View File

@@ -273,6 +273,7 @@ class FreeSamples(Choice):
class TechTreeLayout(Choice):
option_single = 0
option_small_diamonds = 1
default = 0
class Visibility(Choice):