mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
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