change rocket

This commit is contained in:
luckysideburn
2024-03-03 16:54:24 +00:00
parent 9f97f881da
commit c8867b3eda
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 650 B

View File

@@ -610,7 +610,7 @@ function drawRocket() {
}
}
else {
rocketX = spaceshipX + (spaceshipWidth / 2);
rocketX = spaceshipX + (spaceshipWidth / 3);
rocketY = spaceshipY;
rocketLaunched = true
}