landgreen / n-gon

2-d physics rogue-lite platformer shooter
https://landgreen.github.io/n-gon/
GNU General Public License v3.0
134 stars 193 forks source link

Minor Bug #171

Closed TheFurrySlayer closed 5 months ago

TheFurrySlayer commented 5 months ago

I was just playing N-gon, and I got shotgun. I noticed that when I threw a block the shotgun cooldown on my cursor appeared, and it was as if I had used my weapon (which I hadn't). I'm guessing that this is caused by the shotgun cooldown code somehow interacting with the block throwing code.

landgreen commented 5 months ago

yeah, we generally call something a bug if it breaks the game in some way. This is just the game doing what it does. You can't fire your gun right after throwing a block.