DrkSephy / tales-of-kratos

Tales of Symphonia 2D side-scrolling action adventure game
http://drksephy.github.io/Tales-of-Kratos-Deployment/
MIT License
27 stars 5 forks source link

Implement fierce demon fang projectile #26

Closed DrkSephy closed 9 years ago

DrkSephy commented 9 years ago

The fierce demon fang attack will spawn the pink demon fang projectile.

fiercedemonfang

DrkSephy commented 9 years ago

For proper spawning, use the following line:

ig.game.spawnEntity(EntityFierceDemonFang, this.pos.x + 20, this.pos.y + 4, {flip: !this.flip});