Spaces:
Running
Running
Update index.html
Browse files- index.html +0 -1
index.html
CHANGED
@@ -136,7 +136,6 @@
|
|
136 |
}
|
137 |
}
|
138 |
|
139 |
-
|
140 |
function update() {
|
141 |
// Player movement
|
142 |
if(game.keys['w'] && game.player.y > PLAYER_SIZE)
|
|
|
136 |
}
|
137 |
}
|
138 |
|
|
|
139 |
function update() {
|
140 |
// Player movement
|
141 |
if(game.keys['w'] && game.player.y > PLAYER_SIZE)
|