Rename Tetris2000.py to TETRIS2000.py
This commit is contained in:
@ -19,4 +19,4 @@ app = QtWidgets.QApplication.instance() or QtWidgets.QApplication(sys.argv)
|
|||||||
win = Window()
|
win = Window()
|
||||||
win.show()
|
win.show()
|
||||||
win.frames.new_game()
|
win.frames.new_game()
|
||||||
sys.exit(app.exec_())
|
sys.exit(app.exec_())
|
Reference in New Issue
Block a user