We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98fe5d commit a24f8cdCopy full SHA for a24f8cd
Fruit_Jam/Larsio_Paint_Music/input_handler.py
@@ -33,7 +33,7 @@ def __init__(self, screen_width, screen_height, staff_y_start, staff_height):
33
self.mouse_y = screen_height // 2
34
35
def find_mouse(self):
36
- self.mouse = find_and_init_boot_mouse(cursor_image="sprites/lars_note.bmp")
+ self.mouse = find_and_init_boot_mouse(cursor_image=None)
37
if self.mouse is None:
38
print("Failed to find a working mouse after multiple attempts")
39
return False
0 commit comments