Draw armor region under armor shader (#7751)
This commit is contained in:
@@ -37,6 +37,7 @@ public class ArmorPlateAbility extends Ability{
|
|||||||
Shaders.armor.progress = warmup;
|
Shaders.armor.progress = warmup;
|
||||||
Shaders.armor.time = -Time.time / 20f;
|
Shaders.armor.time = -Time.time / 20f;
|
||||||
|
|
||||||
|
Draw.rect(Shaders.armor.region, unit.x, unit.y, unit.rotation - 90f);
|
||||||
Draw.color(color);
|
Draw.color(color);
|
||||||
Draw.shader(Shaders.armor);
|
Draw.shader(Shaders.armor);
|
||||||
Draw.rect(Shaders.armor.region, unit.x, unit.y, unit.rotation - 90f);
|
Draw.rect(Shaders.armor.region, unit.x, unit.y, unit.rotation - 90f);
|
||||||
|
|||||||
Reference in New Issue
Block a user