Merge branch 'master' of https://github.com/adrienmalin/TETRIS2000
This commit is contained in:
commit
b80797eec7
@ -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_())
|
Loading…
x
Reference in New Issue
Block a user