diff --git a/data/background/background.jpg b/data/background/background.jpg new file mode 100644 index 0000000..488fd7e Binary files /dev/null and b/data/background/background.jpg differ diff --git a/ui/pygame_ui.py b/ui/pygame_ui.py index 50e6ab2..7745467 100644 --- a/ui/pygame_ui.py +++ b/ui/pygame_ui.py @@ -7,7 +7,7 @@ import pygame from pygame.locals import * from human import HumanContext -from utils import config_logging, read_image +from utils import config_logging logger = logging.getLogger(__name__) current_file_path = os.path.dirname(os.path.abspath(__file__))