mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-11 00:08:13 -06:00
added fixes
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user