线网车变小

This commit is contained in:
joylink_zhaoerwei 2023-06-14 13:05:01 +08:00
parent 15b028e494
commit 10727abc6a

View File

@ -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 {