mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-10 14:05:25 -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
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user