made info text show description of egg from its json file

This commit is contained in:
Nick Dyer 2021-06-05 00:04:28 -04:00
parent 639d552904
commit 08014d8244

View File

@ -566,7 +566,7 @@ def game():
all_sprites.add(egg)
# Info screen for the eggs.
info = InfoText(small_font)
info = InfoText(small_font, egg.description)
while running and game_state == 'egg_select' and submenu == 'egg_info':