Skip to content

Commit

Permalink
better flying
Browse files Browse the repository at this point in the history
  • Loading branch information
kopiro committed Nov 19, 2023
1 parent 848cbfe commit 2558831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function startRenderingLoop() {

function flyUpEquation(t) {
// Map t in radians
return 130 * t + 3 * Math.sin(20 * t);
return 130 * t + 5 * Math.sin(20 * t);
}

function advancePlayer(key, now) {
Expand Down

0 comments on commit 2558831

Please sign in to comment.