This commit is contained in:
Anuken
2020-06-08 17:19:47 -04:00
parent 87ab895253
commit 8ea28e1ced
147 changed files with 438 additions and 437 deletions

View File

@@ -22,7 +22,7 @@ public class EntityCollisions{
private Rect r2 = new Rect();
//entity collisions
private Array<Hitboxc> arrOut = new Array<>();
private Seq<Hitboxc> arrOut = new Seq<>();
public void move(Hitboxc entity, float deltax, float deltay){
move(entity, deltax, deltay, EntityCollisions::solid);