mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-29 00:50:06 +07:00
Difficulty scaling tweaks
This commit is contained in:
parent
5ac7f204e3
commit
6b93873fce
@ -6,8 +6,8 @@ public enum Difficulty{
|
||||
//TODO these need tweaks
|
||||
easy(1f, 0.75f, 1.5f),
|
||||
normal(1f, 1f, 1f),
|
||||
hard(1.25f, 1.5f, 0.6f),
|
||||
eradication(1.5f, 2f, 0.4f);
|
||||
hard(1.25f, 1.5f, 0.75f),
|
||||
eradication(1.5f, 2f, 0.5f);
|
||||
|
||||
public static final Difficulty[] all = values();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user