摘要:
import sys import pygame pygame.init() size = width, height = 640, 480 screen = pygame.display.set_mode(size) color = (0, 0, 0) ball = pygame.image.lo 阅读全文
posted @ 2022-12-01 22:18 寻找内啡肽 阅读(38) 评论(0) 推荐(0)
|
|
|
|
摘要:
import sys import pygame pygame.init() size = width, height = 640, 480 screen = pygame.display.set_mode(size) color = (0, 0, 0) ball = pygame.image.lo 阅读全文
posted @ 2022-12-01 22:18 寻找内啡肽 阅读(38) 评论(0) 推荐(0) |
|