摘要: import pygame, syspygame.init()screenGameCaption = pygame.display.set_caption("Ball game")screen = pygame.display.set_mode([680, 480])screen.fill([255 阅读全文
posted @ 2022-12-01 20:44 -Morgan- 阅读(41) 评论(0) 推荐(0)