fixed the egg selector pointing to the wrong file

This commit is contained in:
Nick Dyer 2021-06-16 03:38:47 -04:00
parent a457fb716c
commit 1434303450

View File

@ -839,7 +839,8 @@ def game():
submenu = 'bloop_info'
# Draws the cursor on screen.
cursor = pygame.image.load(script_dir + '/resources/images/clock_selector.png').convert_alpha()
cursor = pygame.image.load(
script_dir + '/resources/images/gui/egg_selector.png').convert_alpha()
surface.blit(cursor, get_cursor_coords(selected))
selected_color = eggs[selected].egg_color