speedy gonzalez main menu button animations
This commit is contained in:
parent
fbd62e4342
commit
c2d6756114
|
@ -230,7 +230,7 @@ public class MainMenu extends BasicGameState {
|
|||
|
||||
// logo animations
|
||||
float centerOffsetX = width / 5f;
|
||||
logoOpen = new AnimatedValue(400, 0, centerOffsetX, AnimationEquation.OUT_QUAD);
|
||||
logoOpen = new AnimatedValue(100, 0, centerOffsetX, AnimationEquation.OUT_QUAD);
|
||||
logoClose = new AnimatedValue(2200, centerOffsetX, 0, AnimationEquation.OUT_QUAD);
|
||||
logoButtonAlpha = new AnimatedValue(200, 0f, 1f, AnimationEquation.LINEAR);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user