removed hard-coded GPS dot upscaling
please create a bigger sprite instead
This commit is contained in:
@@ -83,8 +83,7 @@ namespace OpenRA.Mods.RA.Effects
|
|||||||
yield break;
|
yield break;
|
||||||
|
|
||||||
var palette = wr.Palette(info.IndicatorPalettePrefix+self.Owner.InternalName);
|
var palette = wr.Palette(info.IndicatorPalettePrefix+self.Owner.InternalName);
|
||||||
yield return new SpriteRenderable(anim.Image, self.CenterPosition, 0, palette, 1f)
|
yield return new SpriteRenderable(anim.Image, self.CenterPosition, 0, palette, 1f);
|
||||||
.WithScale(1.5f);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user