remove debug
This commit is contained in:
@@ -567,12 +567,8 @@ class App(ttk.Frame):
|
|||||||
self.current_image.export_bmp(path)
|
self.current_image.export_bmp(path)
|
||||||
|
|
||||||
|
|
||||||
# if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# app = App(Tk())
|
app = App(Tk())
|
||||||
# app.pack(fill="both", expand=True)
|
app.pack(fill="both", expand=True)
|
||||||
|
|
||||||
# app.mainloop()
|
app.mainloop()
|
||||||
|
|
||||||
f = File("tetris.h")
|
|
||||||
f.images[-1].import_bmp("tetrisbg2.bmp")
|
|
||||||
f.export("tetris2.h")
|
|
||||||
Reference in New Issue
Block a user