mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-15 02:09:58 -06:00
use minimize and run for fewer frames on test
This commit is contained in:
@@ -27,8 +27,9 @@ class TestGame:
|
|||||||
# instantiate and setup
|
# instantiate and setup
|
||||||
game = Game()
|
game = Game()
|
||||||
game.setup()
|
game.setup()
|
||||||
|
game.minimize() # Minimizes window, should reduce annoyance a little bit.
|
||||||
# test for 100 frames
|
# test for 100 frames
|
||||||
game.test(50)
|
game.test(20)
|
||||||
|
|
||||||
|
|
||||||
class TestSprites:
|
class TestSprites:
|
||||||
|
|||||||
Reference in New Issue
Block a user