From 71fda0f8bccb5c91e5da18a457301129a0958544 Mon Sep 17 00:00:00 2001 From: superdimensional Date: Sun, 2 May 2021 02:11:13 -0400 Subject: [PATCH] cleaned up --- ben10.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ben10.py b/ben10.py index e39ee01..7fadda2 100644 --- a/ben10.py +++ b/ben10.py @@ -20,7 +20,6 @@ path = "res/Omnitrix.png" img = ImageTk.PhotoImage(Image.open(path)) omnitrix_button = Button(root, bg="#70b607", image=img, activebackground='#70b607', highlightthickness=0, bd=0, command=button_press) -# TODO: make sound when pressed omnitrix_button.image = img omnitrix_button.grid(column=1, row=0, rowspan=3, columnspan=2) # middle button