New aliens added

This commit is contained in:
superdimensional 2021-05-01 21:51:56 -04:00
parent 1be70610a1
commit ec81833242
19 changed files with 25 additions and 11 deletions

View file

@ -7,7 +7,7 @@ def alien_table(index):
2: "Ripjaws",
3: "Diamondhead",
4: "Stinkfly",
5: "Fourarms",
5: "Four Arms",
6: "Upgrade",
7: "XLR8",
8: "Grey Matter",
@ -15,6 +15,13 @@ def alien_table(index):
10: "Ghostfreak",
11: "Wildvine",
12: "Cannonbolt",
13: "Upchuck",
14: "Way Big",
15: "Eye Guy",
16: "Snare-oh",
17: "Ditto",
18: "Frankenstrike",
19: "Blitzwolfer",
# TODO: Add more aliens
}.get(index, "ERROR")
@ -24,17 +31,24 @@ def image_display(index):
0: "res/Omnitrix.png",
1: "res/Heatblast.png",
2: "res/",
3: "res/",
4: "res/",
5: "res/",
6: "res/",
7: "res/",
8: "res/",
9: "res/",
2: "res/ripJaws.png",
3: "res/Diamondhead.png",
4: "res/Stinkfly.png",
5: "res/Four Arms.png",
6: "res/Upgrade.png",
7: "res/XLR8.png",
8: "res/Grey Matter.png",
9: "res/Wildmutt.png",
10: "res/Ghostfreak.png",
11: "res/",
12: "res/",
11: "res/Wildvine.png",
12: "res/Cannonbolt.png",
13: "res/Upchuck.png",
14: "res/Way Big.png",
15: "res/Eye Guy.png",
16: "res/Snare-oh.png",
17: "res/Ditto.png",
18: "res/Frankenstrike.png",
19: "res/Blitzwolfer.png",
# TODO: Add more aliens
# TODO: Add proper alien silhouettes
}.get(index, "res/omnitrix.png")

BIN
res/Blitzwolfer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
res/Cannonbolt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
res/Diamondhead.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
res/Ditto.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

BIN
res/Eye Guy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
res/Four Arms.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
res/Frankenstrike.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
res/Grey Matter.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
res/Snare-oh.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 KiB

BIN
res/Stinkfly.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
res/Upchuck.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
res/Upgrade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
res/Way Big.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
res/Wildmutt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
res/Wildvine.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
res/XLR8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
res/all.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

BIN
res/ripJaws.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB