Skip to content

Commit

Permalink
Adjust bounce velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepparks committed Jan 16, 2025
1 parent 092a370 commit b218e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions headers/display/ui/screens/DisplaySaverScreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class DisplaySaverScreen : public GPScreen {
uint16_t bounceSpriteY = 0;
uint16_t bounceSpriteWidth = 128;
uint16_t bounceSpriteHeight = 35;
double bounceSpriteVelocityX = 1.75;
double bounceSpriteVelocityY = 1.5;
double bounceSpriteVelocityX = 1;
double bounceSpriteVelocityY = 1;
double bounceScale = 0.5;
void drawBounceScene();

Expand Down

0 comments on commit b218e4c

Please sign in to comment.