宁波三号线菜单调整

This commit is contained in:
fan 2020-08-20 15:42:47 +08:00
parent 23d0eab9f7
commit af132ae2dd
2 changed files with 726 additions and 389 deletions

View File

@ -395,7 +395,7 @@ class StationStand extends Group {
this.reentry && this.reentry.hideMode(); this.reentry && this.reentry.hideMode();
this.jump && this.jump.hideMode(); this.jump && this.jump.hideMode();
this.detainCircle && this.detainCircle.setColor(this.style.StationStand.detainCar.defaultColor); this.detainCircle && this.detainCircle.setColor(this.style.StationStand.detainCar.defaultColor);
this.detainRect.setHide(); this.detainRect && this.detainRect.setHide();
} }
/** 空闲*/ /** 空闲*/

File diff suppressed because it is too large Load Diff