added fixes

This commit is contained in:
Monica Moniot
2022-11-11 22:13:33 -05:00
parent 52f6088904
commit 7f44dae0ec
7 changed files with 29 additions and 20 deletions

View File

@@ -5,15 +5,6 @@ subgroup_signal = {
group = "signals",
order = "f"
}
priority_signal = {
type = "virtual-signal",
name = SIGNAL_PRIORITY,
icon = "__cybersyn__/graphics/icons/priority.png",
icon_size = 64,
icon_mipmaps = 4,
subgroup = "cybersyn-signal",
order = "a"
}
r_threshold_signal = {
type = "virtual-signal",
name = REQUEST_THRESHOLD,
@@ -21,7 +12,16 @@ r_threshold_signal = {
icon_size = 64,
icon_mipmaps = 4,
subgroup = "cybersyn-signal",
order = "c"
order = "a"
}
priority_signal = {
type = "virtual-signal",
name = SIGNAL_PRIORITY,
icon = "__cybersyn__/graphics/icons/priority.png",
icon_size = 64,
icon_mipmaps = 4,
subgroup = "cybersyn-signal",
order = "b"
}
locked_slots_signal = {
type = "virtual-signal",
@@ -30,5 +30,5 @@ locked_slots_signal = {
icon_size = 64,
icon_mipmaps = 4,
subgroup = "cybersyn-signal",
order = "d"
order = "c"
}