added fruit game support

This commit is contained in:
2022-10-31 15:59:34 +01:00
parent 8f7cc6a38e
commit 2b425186d1
9 changed files with 153 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ class GameBase:
self.next_level_x = cv.imread("control_elements/next_level_x.jpg", cv.IMREAD_COLOR)
self.reset_board = cv.imread("control_elements/reset_button.jpg", cv.IMREAD_COLOR)
self.reset_confirm = cv.imread("control_elements/reset_confirm.jpg", cv.IMREAD_COLOR)
self.ok_button = cv.imread("control_elements/ok_button.jpg", cv.IMREAD_COLOR)
self.reset_counter = 0