摘要: 1.两个精灵之间的矩形检测 import pygame import random BLACK = ( 0, 0, 0) WHITE = (255, 255, 255) RED = (255, 0, 0) class Block(pygame.sprite.Sprite): def __init__ 阅读全文
posted @ 2020-07-08 13:08 天子骄龙 阅读(3235) 评论(0) 推荐(0)