formated code/added comments
This commit is contained in:
parent
9dd39204c3
commit
8cdd98ab53
1 changed files with 1 additions and 23 deletions
22
aliens.py
22
aliens.py
|
@ -17,25 +17,3 @@ def alien_table(index):
|
||||||
12: "Heatblast",
|
12: "Heatblast",
|
||||||
# TODO: Add more aliens
|
# TODO: Add more aliens
|
||||||
}.get(index, "ERROR")
|
}.get(index, "ERROR")
|
||||||
|
|
||||||
|
|
||||||
# screen_heatblast = PhotoImage(file="res/omnitrix.png")
|
|
||||||
|
|
||||||
# def image_display(index):
|
|
||||||
# return {
|
|
||||||
|
|
||||||
# 0: "res/omnitrix.png",
|
|
||||||
# 1: "res/heatblast.png",
|
|
||||||
# 2: "Ripjaws",
|
|
||||||
# 3: "Diamondhead",
|
|
||||||
# 4: "Stinkfly",
|
|
||||||
# 5: "Fourarms",
|
|
||||||
# 6: "Upgrade",
|
|
||||||
# 7: "XLR8",
|
|
||||||
# 8: "Grey Matter",
|
|
||||||
# 9: "Wildmutt",
|
|
||||||
# 10: "Ghostfreak",
|
|
||||||
# 11: "Wildvine",
|
|
||||||
# 12: "Heatblast",
|
|
||||||
|
|
||||||
# }.get(index, "res/omnitrix.png")
|
|
Loading…
Add table
Reference in a new issue