animationspeed of rick edited

This commit is contained in:
Max 2021-07-01 11:39:33 +02:00
parent d28a29df45
commit 865b5e0c52
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public class Rick extends LivingEntity{
posY = 4f;
mirrored = true;
loader.getFigur(0).animationsGeschwindigkeitSetzen(531);
loader.getFigur(0).animationsGeschwindigkeitSetzen(265);
actionFigur.neuerZustand(loader.getFigur(0), "dancin");
zustandSetzen("dancin");
}