add background image

This commit is contained in:
jiegeaiai 2024-11-05 22:22:40 +08:00
parent 1e1967ef93
commit e3c2a79ce7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

View File

@ -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__))