mirror of
https://github.com/Noratrieb/Java2DGame.git
synced 2026-01-15 22:45:00 +01:00
Better collidable implementation
This commit is contained in:
parent
69f784b913
commit
435de55eb1
12 changed files with 77 additions and 49 deletions
|
|
@ -5,7 +5,7 @@ import core.physics.Collidable;
|
|||
import core.physics.Collision;
|
||||
import objects.DebugPos;
|
||||
import objects.ships.BattleShip;
|
||||
import objects.GameObject;
|
||||
import objects.core.GameObject;
|
||||
import objects.ships.Submarine;
|
||||
import objects.world.Grid;
|
||||
import objects.world.Wall;
|
||||
|
|
@ -13,7 +13,6 @@ import objects.world.Wall;
|
|||
import javax.swing.*;
|
||||
import java.awt.*;
|
||||
import java.util.ArrayList;
|
||||
import java.util.concurrent.atomic.AtomicBoolean;
|
||||
|
||||
/**
|
||||
* The main object that controls everything
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue