Compare commits

..

2 Commits

Author SHA1 Message Date
ee101063e4 Merge branch 'develop' into render_sync 2024-11-08 01:20:45 +00:00
e3c2a79ce7 add background image 2024-11-05 22:22:40 +08:00

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