merged gui

This commit is contained in:
monica
2023-01-07 12:04:08 -05:00
committed by Monica Moniot
parent 2e021267e4
commit 1821dc1ccc
18 changed files with 2308 additions and 1 deletions

View File

@@ -102,4 +102,13 @@ data:extend({
setting_type = "runtime-global",
default_value = false,
},
{
type = "int-setting",
name = "cybersyn-history-length",
setting_type = "runtime-global",
minimum_value = 10,
maximum_value = 1000,
default_value = 50,
order = "ea",
},
})