修复图片未显示全的bug

This commit is contained in:
星外之神 2022-04-24 13:24:37 +08:00
parent a630ca79e4
commit d054279e3f

View File

@ -30,7 +30,7 @@ class Menu(tool.State):
# 冒险模式
self.option_frames = []
frame_names = (c.OPTION_ADVENTURE + '_0', c.OPTION_ADVENTURE + '_1')
frame_rect = (0, 0, 330, 140)
frame_rect = (0, 0, 330, 144)
for name in frame_names:
self.option_frames.append(tool.get_image_menu(tool.GFX[name], *frame_rect, c.BLACK, 1))