线网车变小
This commit is contained in:
parent
15b028e494
commit
10727abc6a
@ -19,7 +19,7 @@ export class TrainLine extends JlGraphic {
|
||||
this.train = new Sprite();
|
||||
this.train.texture = this.trainTextures;
|
||||
this.train.anchor.set(0.5);
|
||||
this.train.scale.set(0.1, 0.1);
|
||||
this.train.scale.set(0.02, 0.02);
|
||||
this.addChild(this.train);
|
||||
}
|
||||
doRepaint(): void {
|
||||
|
Loading…
Reference in New Issue
Block a user