This commit is contained in:
parent
65747bd267
commit
c96c77d3ec
4 changed files with 21 additions and 4 deletions
|
|
@ -77,7 +77,7 @@ public class Node extends Sprite {
|
|||
//Sets the location
|
||||
super.setTranslationGL();
|
||||
//the rotation
|
||||
Rectangle rect = getBound();
|
||||
//Rectangle rect = getBound();
|
||||
//super.setRotationGL(rect.width/2,rect.height/2);
|
||||
//Sets the scale of the sprite
|
||||
super.setScaleGL();
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ import ei.engine.math.Vector2i;
|
|||
import ei.engine.math.Vector3f;
|
||||
import ei.engine.scene.Node;
|
||||
import ei.engine.scene.Sprite;
|
||||
import ei.game.gamestate.InGameState;
|
||||
import ei.game.player.GaiaPlayer;
|
||||
import ei.game.player.Player;
|
||||
import ei.game.player.PlayerHandler;
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@ package ei.game.scene.map;
|
|||
|
||||
import ei.engine.math.Vector2f;
|
||||
import ei.engine.math.Vector2i;
|
||||
import ei.engine.scene.Entity;
|
||||
import ei.game.gamestate.InGameState;
|
||||
import ei.game.player.Player;
|
||||
import ei.game.scene.SelectBox;
|
||||
import ei.game.scene.units.Unit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue