Removing picture after moving it in Pygame

后端 未结 0 1285
灰色年华
灰色年华 2020-12-10 06:23

I have the following code:

import pygame
import engine

BOARD_POS = (10,10)

def initialise_board(input):
    background = pygame.Surface((TILESIZE*10, TILESI         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题