Skip to content

Commit

Permalink
Improved animation constant
Browse files Browse the repository at this point in the history
  • Loading branch information
alin256 committed Jul 9, 2022
1 parent 7407680 commit 40ba137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const startingX = 90;
const pipeOffset = 22;
const maxStuckTimes = 3;

const verticalPipeMovement = 6; // this is used to initialize the connection time
const verticalPipeMovement = 5; // this is used to initialize the connection time

// Pixel map for scene
let hddScene;
Expand Down

0 comments on commit 40ba137

Please sign in to comment.