南京二开启车队信号机状态调整
This commit is contained in:
parent
76c2589c54
commit
a18a0db03f
@ -846,6 +846,9 @@ class Signal extends Group {
|
|||||||
if (this.style.Signal.post.autoRouteColor) {
|
if (this.style.Signal.post.autoRouteColor) {
|
||||||
this.sigPost.setColor(this.style.Signal.post.autoRouteColor);
|
this.sigPost.setColor(this.style.Signal.post.autoRouteColor);
|
||||||
}
|
}
|
||||||
|
if (this.style.Signal.post.autoRouteVerColor) {
|
||||||
|
this.sigPost.setVerColor(this.style.Signal.post.autoRouteVerColor);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 信号机进路自动触发模式状态类型
|
// 信号机进路自动触发模式状态类型
|
||||||
|
Loading…
Reference in New Issue
Block a user