Skip to content

Commit

Permalink
Update classes.js
Browse files Browse the repository at this point in the history
  • Loading branch information
serifonium authored Aug 31, 2023
1 parent dcb1e9c commit 286cefb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/classes.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ let tutorial = new World([
new Hitbox(v(6400, 100), v(1000, 50)),
])

let earth1 = new World([
var earth1 = new World([
new Hitbox(v(-500, 600), v(1500, 50)),
new Hitbox(v(2000, 600), v(1000, 50)),
new Hitbox(v(1000, 600), v(50, 1000)),
Expand Down Expand Up @@ -628,9 +628,9 @@ let earth1 = new World([
}),
])

let grind = new World([
var grind = new World([
new Hitbox(v(-500, 200), v(1000, 50)),
new Hitbox(v(-1500, -200), v(500, 50)),
new Hitbox(v(1000, -200), v(500, 50)),
new GrindHandler()
])
])

0 comments on commit 286cefb

Please sign in to comment.