Difficulty & AI tweaks

This commit is contained in:
Anuken
2024-09-14 09:22:56 -04:00
parent 6b93873fce
commit a15a0d945f
4 changed files with 33 additions and 6 deletions

View File

@@ -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.75f),
eradication(1.5f, 2f, 0.5f);
hard(1.25f, 1.5f, 0.8f),
eradication(1.5f, 2f, 0.6f);
public static final Difficulty[] all = values();