Skip to content

Commit

Permalink
update gravity
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnk03 committed Oct 13, 2024
1 parent ff3798b commit 16f5fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/game/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React, { useState, useEffect, useCallback } from "react";

const GAME_WIDTH = 400;
const GAME_HEIGHT = 600;
const GRAVITY = 0.9;
const GRAVITY = 0.7;
const JUMP_STRENGTH = -10;
const PIPE_WIDTH = 80;
const PIPE_GAP = 200;
Expand Down

0 comments on commit 16f5fc0

Please sign in to comment.