vulpineblaze / framework_demoes

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

Fusion Bomb Derping #37

Closed jsmunster closed 9 years ago

jsmunster commented 9 years ago

Create actual fusion bomb projectile.

oncollide = playanimation; You have bomb, it collides, it dies, plays one animation, spawns "explosion > sprite" which expands and collapses that holds the collision box which will deliver damage to objects.

Thoughts on design.

jsmunster commented 9 years ago

OnDeathSpawnScript implemented

jsmunster commented 9 years ago

Basic Fusion Bomb has been implemented.

FUSION BOMB DERPING IS NOW ENABLED.

FIRE WHEN READY.