pictures go in res folder
This commit is contained in:
parent
d92a2a7c49
commit
15b4e37651
3 changed files with 2 additions and 1 deletions
3
ben10.py
3
ben10.py
|
@ -9,7 +9,8 @@ root.title("Omnitrix")
|
|||
root.geometry("640x480")
|
||||
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",
|
||||
activebackground='#70b607', highlightthickness=0, bd=0, command=transform)
|
||||
|
|
BIN
res/heatblast.png
Normal file
BIN
res/heatblast.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Loading…
Add table
Reference in a new issue