# ニューゲーム
IMG_NEWGAME = ["newgame","newgame_active"]
IMG_NEWGAME_X = 450 # 横位置
IMG_NEWGAME_Y = 320 # 縦位置
# コンティニュー
IMG_LOAD = ["continue","continue_active"]
IMG_LOAD_X = 450 # 横位置
IMG_LOAD_Y = 360 # 縦位置
# シャットダウン
IMG_END = ["shutdown","shutdown_active"]
IMG_END_X = 450 # 横位置
IMG_END_Y = 400 # 縦位置
# ニューゲーム
IMG_NEWGAME = ["newgame","newgame_active"]
IMG_NEWGAME_X = 450 # 横位置
IMG_NEWGAME_Y = 320 # 縦位置
# コンティニュー
IMG_LOAD = ["continue","continue_active"]
IMG_LOAD_X = 450 # 横位置
IMG_LOAD_Y = 360 # 縦位置
# シャットダウン
IMG_END = ["shutdown","shutdown_active"]
IMG_END_X = 450 # 横位置
IMG_END_Y = 400 # 縦位置
就是这里了,横位置、縦位置就是X坐标Y坐标