vulpineblaze / framework_demoes

Use this repo to demo different frameworks for 2D Game creation.
2 stars 1 forks source link

ST ship - when wedge is destroyed/sleep, it should change to "damaged" sprite #24

Closed vulpineblaze closed 9 years ago

vulpineblaze commented 9 years ago

Once the 5 hp in partialHealthScript is lost, the anim should change the sprite from the current one, to the damaged one, with a darker tint

vulpineblaze commented 9 years ago

once partialDamage.hp is <= 0, sprite is changed to damaged wedge sprite.

SAurothropDamagedWedgeScript also has color changer, like builtin spriteRenderer

Maybe this object could be renamed to generic, since its not ST specific?