comment
This commit is contained in:
parent
ec81833242
commit
c9f12291cd
1 changed files with 1 additions and 2 deletions
|
@ -49,6 +49,5 @@ def image_display(index):
|
||||||
17: "res/Ditto.png",
|
17: "res/Ditto.png",
|
||||||
18: "res/Frankenstrike.png",
|
18: "res/Frankenstrike.png",
|
||||||
19: "res/Blitzwolfer.png",
|
19: "res/Blitzwolfer.png",
|
||||||
# TODO: Add more aliens
|
# ! write function to take name from alien_table and get locationto
|
||||||
# TODO: Add proper alien silhouettes
|
|
||||||
}.get(index, "res/omnitrix.png")
|
}.get(index, "res/omnitrix.png")
|
||||||
|
|
Loading…
Add table
Reference in a new issue