Skip to content

Commit

Permalink
front end fix
Browse files Browse the repository at this point in the history
  • Loading branch information
okwme committed Nov 25, 2024
1 parent 7bfca76 commit d9729ae
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/module.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/anybody.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Buttons } from './buttons.js'
import { Intro } from './intro.js'
import PAUSE_BODY_DATA from './pauseBodies'
import { genwit } from '../scripts/genwit.js'
const GAME_LENGTH_BY_LEVEL_INDEX = [30, 10, 20, 20, 30, 30]
const GAME_LENGTH_BY_LEVEL_INDEX = [30, 10, 10, 20, 30, 30]
const NORMAL_GRAVITY = 100
const proverTickIndex = {
2: 250,
Expand Down
2 changes: 1 addition & 1 deletion src/visuals.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { utils } from 'ethers'
import { _copy } from './calculations.js'

const BODY_SCALE = 4 // match to calculations.js !!
const GAME_LENGTH_BY_LEVEL_INDEX = [30, 10, 20, 20, 30, 30]
const GAME_LENGTH_BY_LEVEL_INDEX = [30, 10, 10, 20, 30, 30]
const LEVELS = GAME_LENGTH_BY_LEVEL_INDEX.length - 1

const rot = {
Expand Down

0 comments on commit d9729ae

Please sign in to comment.