diff --git a/ben10.py b/ben10.py index 56989bf..b4dd946 100644 --- a/ben10.py +++ b/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) diff --git a/res/heatblast.png b/res/heatblast.png new file mode 100644 index 0000000..8a36c5b Binary files /dev/null and b/res/heatblast.png differ diff --git a/omnitrix.png b/res/omnitrix.png similarity index 100% rename from omnitrix.png rename to res/omnitrix.png