trying to add dash
This commit is contained in:
@@ -123,11 +123,8 @@ function keyPressed() {
|
||||
movingY = false;
|
||||
}
|
||||
if (key == ' ' && shot == false && lives != 0) {
|
||||
if (movingX == true) {
|
||||
playerPosX += 100;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
async function Movementloop() {
|
||||
|
Reference in New Issue
Block a user