Network, UI, renderer fixes
This commit is contained in:
@@ -7,7 +7,7 @@ public enum Difficulty {
|
||||
normal(2f, 1f),
|
||||
hard(1.5f, 0.5f),
|
||||
insane(0.5f, 0.25f),
|
||||
purge(0.4f, 0.01f);
|
||||
purge(0.35f, 0.01f);
|
||||
|
||||
/**The scaling of how many waves it takes for one more enemy of a type to appear.
|
||||
* For example: with enemeyScaling = 2 and the default scaling being 2, it would take 4 waves for
|
||||
|
||||
Reference in New Issue
Block a user