PyGame only shows black screen

前端 未结 0 824
庸人自扰
庸人自扰 2021-01-14 22:08
import pygame, sys
#from pygame.locals import *

def load_map(path):
    f = open(path + ".txt","r")
    data = f.read()
    f.close()
    data =         


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