Skip to content

Commit

Permalink
速さの調整
Browse files Browse the repository at this point in the history
  • Loading branch information
swawa-yu committed Jun 11, 2024
1 parent b39c47d commit 31081c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
const HEXAGON_SIZE = 17.5;
const BALL_RADIUS = HEXAGON_SIZE / 1.5;

const MID_SPEED = 5;
const MID_SPEED = HEXAGON_SIZE / 3;
const MIN_SPEED = MID_SPEED / 1.5;
const MAX_SPEED = MID_SPEED * 1.5;

Expand Down

0 comments on commit 31081c9

Please sign in to comment.