use minimize and run for fewer frames on test

This commit is contained in:
Xevion
2020-04-21 00:47:37 -05:00
parent 3201e7c376
commit 7896210806

View File

@@ -27,8 +27,9 @@ class TestGame:
# instantiate and setup
game = Game()
game.setup()
game.minimize() # Minimizes window, should reduce annoyance a little bit.
# test for 100 frames
game.test(50)
game.test(20)
class TestSprites: