Added a Gaia player and added some random stones
This commit is contained in:
parent
397fb7ebd0
commit
65747bd267
40 changed files with 1316 additions and 45 deletions
|
|
@ -112,10 +112,10 @@ public class InGameMouseInput extends MouseInput{
|
|||
LWJGLGameWindow.getCamera().getLocation().getX()+x,
|
||||
LWJGLGameWindow.getCamera().getLocation().getY()+y);
|
||||
removeDead();
|
||||
//map.printAllUnits();
|
||||
if(map.posExist(pos.getX(), pos.getY())){
|
||||
//selecting unit.
|
||||
if(event==LEFT_MOUSE_BUTTON){
|
||||
//map.printAllUnits();
|
||||
if(leftKlickPos == null){
|
||||
leftKlickPos = new Vector2f(
|
||||
LWJGLGameWindow.getCamera().getLocation().getX()+x,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue