mirror of
https://github.com/Noratrieb/Java2DGame.git
synced 2026-01-15 22:45:00 +01:00
refractoring
This commit is contained in:
parent
47ec2337a4
commit
6bc1f74016
9 changed files with 10 additions and 11 deletions
|
|
@ -1,10 +1,10 @@
|
|||
package core;
|
||||
|
||||
import core.math.Vector2D;
|
||||
import objects.DebugPos;
|
||||
import objects.ships.BattleShip;
|
||||
import objects.GameObject;
|
||||
import objects.ships.Submarine;
|
||||
import objects.ships.Turret;
|
||||
import objects.world.Grid;
|
||||
import objects.world.Wall;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package core;
|
||||
package core.math;
|
||||
|
||||
/**
|
||||
* Extended Math functions for the game engine
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package core;
|
||||
package core.math;
|
||||
|
||||
|
||||
/**
|
||||
Loading…
Add table
Add a link
Reference in a new issue