Jigoku / boxclip

2D platformer engine using LÖVE and Lua
https://jigoku.github.io/boxclip/
GNU General Public License v3.0
93 stars 8 forks source link

Add "slide" attack for player #98

Closed Jigoku closed 3 years ago

Jigoku commented 6 years ago

For the recently added player sprite, there is a single frame called "slide". Possibly add this as an attack method.

For example, pressing a key whilst running, will perform a slide... this takes out enemies.

Jigoku commented 3 years ago

Fixed in #103