1
0
Fork 0

Fixed move ghost scaling

This commit is contained in:
Michaël Lemaire 2018-02-07 01:18:00 +01:00
parent 63eb3236b1
commit 32b852e2cd

View file

@ -302,7 +302,6 @@ module TK.SpaceTac.UI {
this.mode = (typeof mode == "undefined") ? action.getTargettingMode(this.ship) : mode;
this.view.changeImage(this.move_ghost, `ship-${this.ship.model.code}-sprite`);
this.move_ghost.scale.set(0.4);
this.updateImpactArea(this.impact_area, this.action);