added fruit game support
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user