mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-05-06 00:36:44 +00:00
change rocket
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 650 B |
@@ -610,7 +610,7 @@ function drawRocket() {
|
||||
}
|
||||
}
|
||||
else {
|
||||
rocketX = spaceshipX + (spaceshipWidth / 2);
|
||||
rocketX = spaceshipX + (spaceshipWidth / 3);
|
||||
rocketY = spaceshipY;
|
||||
rocketLaunched = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user