[Breakable.cs](https://github.com/atmosgames/SuperSimple2DKit/blob/master/Assets/Scripts/Interaction/Breakable.cs): `public void GetHurt(int hitPower)` hitPower parameter is not used in method `health -= 1;` the hitPower should be used here instead of decreasing by 1
Breakable.cs:
public void GetHurt(int hitPower)hitPower parameter is not used in method
health -= 1;the hitPower should be used here instead of decreasing by 1