Ordered files and folders a bit
This commit is contained in:
5
GamePlay/Hitboxes/Active_HitBox.java
Normal file
5
GamePlay/Hitboxes/Active_HitBox.java
Normal file
@ -0,0 +1,5 @@
|
||||
package Hitboxes;
|
||||
|
||||
public class Active_HitBox extends HitBox {
|
||||
|
||||
}
|
5
GamePlay/Hitboxes/Active_throw_Hitbox.java
Normal file
5
GamePlay/Hitboxes/Active_throw_Hitbox.java
Normal file
@ -0,0 +1,5 @@
|
||||
package Hitboxes;
|
||||
|
||||
public class Active_throw_Hitbox extends HitBox {
|
||||
|
||||
}
|
9
GamePlay/Hitboxes/HitBox.java
Normal file
9
GamePlay/Hitboxes/HitBox.java
Normal file
@ -0,0 +1,9 @@
|
||||
package Hitboxes;
|
||||
|
||||
public class HitBox {
|
||||
|
||||
public Double position_x;
|
||||
public Double position_y;
|
||||
public Double size_x;
|
||||
public Double size_y;
|
||||
}
|
5
GamePlay/Hitboxes/Passive_HitBox.java
Normal file
5
GamePlay/Hitboxes/Passive_HitBox.java
Normal file
@ -0,0 +1,5 @@
|
||||
package Hitboxes;
|
||||
|
||||
public class Passive_HitBox extends HitBox {
|
||||
|
||||
}
|
5
GamePlay/Hitboxes/Passive_throw_HitBox.java
Normal file
5
GamePlay/Hitboxes/Passive_throw_HitBox.java
Normal file
@ -0,0 +1,5 @@
|
||||
package Hitboxes;
|
||||
|
||||
public class Passive_throw_HitBox extends HitBox {
|
||||
|
||||
}
|
5
GamePlay/Hitboxes/Push_HitBox.java
Normal file
5
GamePlay/Hitboxes/Push_HitBox.java
Normal file
@ -0,0 +1,5 @@
|
||||
package Hitboxes;
|
||||
|
||||
public class Push_HitBox extends HitBox {
|
||||
|
||||
}
|
Reference in New Issue
Block a user