Minor bugfixes / New easier difficulty mode

This commit is contained in:
Anuken
2024-09-17 14:29:24 -04:00
parent a9c5fdb959
commit b81553f490
4 changed files with 5 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ import arc.*;
public enum Difficulty{
//TODO these need tweaks
casual(0.75f, 0.5f, 2f),
easy(1f, 0.75f, 1.5f),
normal(1f, 1f, 1f),
hard(1.25f, 1.5f, 0.8f),