From c9f12291cd4234ddf5a1e836a98e2decfe00fd6a Mon Sep 17 00:00:00 2001 From: superdimensional Date: Sat, 1 May 2021 21:53:34 -0400 Subject: [PATCH] comment --- aliens.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aliens.py b/aliens.py index a666890..30ff0a6 100644 --- a/aliens.py +++ b/aliens.py @@ -49,6 +49,5 @@ def image_display(index): 17: "res/Ditto.png", 18: "res/Frankenstrike.png", 19: "res/Blitzwolfer.png", - # TODO: Add more aliens - # TODO: Add proper alien silhouettes + # ! write function to take name from alien_table and get locationto }.get(index, "res/omnitrix.png")