fixed the egg selector pointing to the wrong file
This commit is contained in:
parent
a457fb716c
commit
1434303450
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user