摘要: import sys import pygame WIDTH=800 HEIGHT=600 SIZE=WIDTH,HEIGHT pygame.init() screen=pygame.display.set_mode(SIZE) class Player: def __init__(self): s 阅读全文
posted @ 2024-11-16 23:39 园糯 阅读(2) 评论(0) 推荐(0) 编辑