Merge branch 'develop' into render_sync

This commit is contained in:
brige 2024-11-08 01:20:45 +00:00
commit ee101063e4

View File

@ -7,7 +7,7 @@ import pygame
from pygame.locals import * from pygame.locals import *
from human import HumanContext from human import HumanContext
from utils import config_logging, read_image from utils import config_logging
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
current_file_path = os.path.dirname(os.path.abspath(__file__)) current_file_path = os.path.dirname(os.path.abspath(__file__))