This commit is contained in:
superdimensional 2021-05-01 21:53:34 -04:00
parent ec81833242
commit c9f12291cd

View file

@ -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")