Implemented authoritative movement/shooting, fixed netbugs

This commit is contained in:
Anuken
2018-06-13 17:06:46 -04:00
parent 4ca9a26bdd
commit c077f6e1e8
17 changed files with 268 additions and 87 deletions
@@ -14,10 +14,14 @@ public class Mechs implements ContentList {
standard = new Mech("standard-mech", false){{
drillPower = 1;
speed = 1.1f;
maxSpeed = 1.1f;
}};
standardShip = new Mech("standard-ship", true){{
drillPower = 1;
speed = 0.4f;
maxSpeed = 3f;
}};
}