pictures go in res folder

This commit is contained in:
superdimensional 2021-04-28 00:06:54 -04:00
parent d92a2a7c49
commit 15b4e37651
3 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,8 @@ root.title("Omnitrix")
root.geometry("640x480") root.geometry("640x480")
root.configure(bg="#70b607") root.configure(bg="#70b607")
omnitrix_screen = PhotoImage(file="omnitrix.png")
omnitrix_screen = PhotoImage(file="res/omnitrix.png")
omnitrix_button = Button(root, image=omnitrix_screen, bg="#70b607", omnitrix_button = Button(root, image=omnitrix_screen, bg="#70b607",
activebackground='#70b607', highlightthickness=0, bd=0, command=transform) activebackground='#70b607', highlightthickness=0, bd=0, command=transform)

BIN
res/heatblast.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB