Declaration of all HitBox Class
This commit is contained in:
parent
61fee3fbf5
commit
0d1b6de5ad
7
.classpath
Normal file
7
.classpath
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="GamePlay"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/bin/
|
4
GamePlay/Active_HitBox.java
Normal file
4
GamePlay/Active_HitBox.java
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
public class Active_HitBox extends HitBox {
|
||||
|
||||
}
|
4
GamePlay/Active_throw_Hitbox.java
Normal file
4
GamePlay/Active_throw_Hitbox.java
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
public class Active_throw_Hitbox extends HitBox {
|
||||
|
||||
}
|
8
GamePlay/HitBox.java
Normal file
8
GamePlay/HitBox.java
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
public class HitBox {
|
||||
|
||||
public Double position_x;
|
||||
public Double position_y;
|
||||
public Double size_x;
|
||||
public Double size_y;
|
||||
}
|
4
GamePlay/Passive_HitBox.java
Normal file
4
GamePlay/Passive_HitBox.java
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
public class Passive_HitBox extends HitBox {
|
||||
|
||||
}
|
4
GamePlay/Passive_throw_HitBox.java
Normal file
4
GamePlay/Passive_throw_HitBox.java
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
public class Passive_throw_HitBox extends HitBox {
|
||||
|
||||
}
|
4
GamePlay/Push_HitBox.java
Normal file
4
GamePlay/Push_HitBox.java
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
public class Push_HitBox extends HitBox {
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user