Skip to content

Commit

Permalink
change rocket
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky-sideburn committed Mar 3, 2024
1 parent 9f97f88 commit c8867b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified html5/images/kuberocket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion html5/kubeinvaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ function drawRocket() {
}
}
else {
rocketX = spaceshipX + (spaceshipWidth / 2);
rocketX = spaceshipX + (spaceshipWidth / 3);
rocketY = spaceshipY;
rocketLaunched = true
}
Expand Down

0 comments on commit c8867b3

Please sign in to comment.