Factorio: add medium_diamonds and pyramid tech tree layouts
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user