mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-06 00:08:10 +07:00
Map tweaks
This commit is contained in:
@ -96,9 +96,9 @@ public class UnitTypes implements ContentList{
|
||||
flying = true;
|
||||
drag = 0.05f;
|
||||
mass = 2f;
|
||||
speed = 2f;
|
||||
accel = 0.1f;
|
||||
speed = 1.5f;
|
||||
speed = 3f;
|
||||
rotateSpeed = 12f;
|
||||
accel = 0.3f;
|
||||
range = 70f;
|
||||
itemCapacity = 70;
|
||||
health = 400;
|
||||
|
Reference in New Issue
Block a user