Changed hit function to be coherent with the attribut pushHitBox in
Frame
This commit is contained in:
@ -15,6 +15,7 @@ public class Frame {
|
||||
private ArrayList<Active_HitBox> actHitBox;
|
||||
private ArrayList<Passive_throw_HitBox> passThrowHitBox;
|
||||
private ArrayList<Active_throw_Hitbox> actThrowHitBox;
|
||||
private Push_HitBox pushHitBox;
|
||||
|
||||
public Frame() {
|
||||
|
||||
|
Reference in New Issue
Block a user