mirror of
https://github.com/Noratrieb/Java2DGame.git
synced 2026-01-15 14:35:02 +01:00
collision optimization
This commit is contained in:
parent
0c1178d1d1
commit
90c5950e0b
11 changed files with 61 additions and 24 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package core.physics;
|
||||
|
||||
import core.math.Vector2D;
|
||||
import core.physics.hitboxes.RectHitBox;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue