Clicking on the main image changes its color

This commit is contained in:
Yohann D'ANELLO
2020-12-11 21:17:21 +01:00
parent 81de0d8eb0
commit 777668848e
3 changed files with 17 additions and 1 deletions

View File

@ -236,6 +236,9 @@ class TestGame(unittest.TestCase):
"""
self.game.state = GameMode.MAINMENU
# Change the color of the artwork
self.game.display_actions(DisplayActions.MOUSE, 0, 10)
# Settings menu
self.game.display_actions(DisplayActions.MOUSE, 25, 21)
self.assertEqual(self.game.main_menu.position, 4)