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