Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2020-12-18 12:41:23 -05:00

View File

@@ -14,7 +14,7 @@ abstract class ShieldComp implements Healthc, Posc{
/** Absorbs health damage. */
float shield;
/** Absorbs percentage of damage. */
/** Substracts an amount from damage. */
float armor;
/** Shield opacity. */
transient float shieldAlpha = 0f;