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