Double outline check

This commit is contained in:
Anuken
2022-06-14 10:54:56 -04:00
parent ce27388fad
commit 697df9d9f1
4 changed files with 26 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ public class StatusEffects{
unmoving = new StatusEffect("unmoving"){{
color = Pal.gray;
speedMultiplier = 0.001f;
speedMultiplier = 0f;
}};
slow = new StatusEffect("slow"){{