调整:代码修改
This commit is contained in:
parent
7dec924ac4
commit
e385704360
@ -172,7 +172,7 @@ class SkinStyle extends defaultStyle {
|
|||||||
textVerticalAlign: 'top' // 字体垂直对齐
|
textVerticalAlign: 'top' // 字体垂直对齐
|
||||||
},
|
},
|
||||||
lamp: {
|
lamp: {
|
||||||
count: 2, // 控制模式灯个数
|
count: 4, // 控制模式灯个数
|
||||||
offset: {x: 0, y: 0}, // 控制模式灯偏移量
|
offset: {x: 0, y: 0}, // 控制模式灯偏移量
|
||||||
radiusR: 4, // 控制模式灯的半径
|
radiusR: 4, // 控制模式灯的半径
|
||||||
distance: 36, // 控制模式之间灯之间的距离
|
distance: 36, // 控制模式之间灯之间的距离
|
||||||
|
@ -97,7 +97,7 @@ export default class StationControl extends Group {
|
|||||||
this.add(this.centerControl);
|
this.add(this.centerControl);
|
||||||
if (this.style.StationControl.lamp.count == 3) {
|
if (this.style.StationControl.lamp.count == 3) {
|
||||||
this.add(this.emergencyControl);
|
this.add(this.emergencyControl);
|
||||||
} else if (this.style.StationControl.singleControlNum == 4) {
|
} else if (this.style.StationControl.lamp.count == 4) {
|
||||||
this.add(this.emergencyControl);
|
this.add(this.emergencyControl);
|
||||||
this.add(this.turnedAroundControl);
|
this.add(this.turnedAroundControl);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user