mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-04 07:46:07 +00:00
format
This commit is contained in:
@@ -300,7 +300,7 @@ export class UnitLayer implements Layer {
|
||||
|
||||
private handleWarShipEvent(unit: UnitView) {
|
||||
if (unit.targetUnitId()) {
|
||||
this.drawSprite(unit, colord({ r: 200, b: 0, g: 0 }));
|
||||
this.drawSprite(unit, colord({ b: 0, g: 0, r: 200 }));
|
||||
} else {
|
||||
this.drawSprite(unit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user