Added constrructors for Frame and Push_HitBox
This commit is contained in:
@ -18,6 +18,12 @@ public class Frame {
|
||||
private Push_HitBox pushHitBox;
|
||||
|
||||
public Frame() {
|
||||
|
||||
move_y = 0.0;
|
||||
move_x = 0.0;
|
||||
passHitBox = new ArrayList<Passive_HitBox>();
|
||||
actHitBox = new ArrayList<Active_HitBox>();
|
||||
passThrowHitBox = new ArrayList<Passive_throw_HitBox>();
|
||||
actThrowHitBox = new ArrayList<Active_throw_Hitbox>();
|
||||
pushHitBox = new Push_HitBox();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user