Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomBreugelmans authored Mar 25, 2024
1 parent 482166f commit 3d1fa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
const CALCULATEDBOOKWIDTH = BOOKWIDTH * BOOKSCALE;
const ACCERELATION = 0.003;
const ACCERELATIONCAP = 0.01;
const LEADERBOARDENDPOINT = "http://localhost:5000"; // Note the absence of a trailing slash
const LEADERBOARDENDPOINT = "https://annugame.wisv.ch/api"; // Note the absence of a trailing slash
const owlDownwardAcc = 0.4;
const owlFlapIncrease = 120 * owlDownwardAcc;
const pipeWidth = CALCULATEDBOOKWIDTH;
Expand Down

0 comments on commit 3d1fa06

Please sign in to comment.