alien ship clay
This commit is contained in:
parent
9a0eda6bb8
commit
1cbd757ddb
@ -109,7 +109,7 @@ window.addEventListener("click", () => {
|
|||||||
|
|
||||||
for (var i = 0; i < enemyImgArray.length; i++) {
|
for (var i = 0; i < enemyImgArray.length; i++) {
|
||||||
enemyImgArray[i] = new Image();
|
enemyImgArray[i] = new Image();
|
||||||
enemyImgArray[i].src = "img/alien_" + [i] + ".png";
|
enemyImgArray[i].src = "img/SpritesShips/alien_" + [i] + ".png";
|
||||||
}
|
}
|
||||||
|
|
||||||
var missilesArray = [];
|
var missilesArray = [];
|
||||||
|
|||||||
BIN
img/SpritesShips/alien_0.png
Normal file
BIN
img/SpritesShips/alien_0.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 285 KiB |
BIN
img/SpritesShips/alien_1.png
Normal file
BIN
img/SpritesShips/alien_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 386 KiB |
BIN
img/SpritesShips/alien_2.png
Normal file
BIN
img/SpritesShips/alien_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 305 KiB |
BIN
img/SpritesShips/alien_3.png
Normal file
BIN
img/SpritesShips/alien_3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 232 KiB |
Loading…
x
Reference in New Issue
Block a user