GWT things

This commit is contained in:
Anuken
2017-04-30 03:21:22 -04:00
parent 923dac1b4e
commit 13ac9f2d8f
9 changed files with 39 additions and 20 deletions
@@ -13,7 +13,7 @@ import io.anuke.ucore.util.Angles;
public class Player extends DestructibleEntity{
Vector2 direction = new Vector2();
float speed = 2f;
float speed = 1f;
float rotation;
float reload;
Weapon weapon = Weapon.blaster;