首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Windows技术交流

    CodeBuddy惊艳了我

    for bx, by in piece.blocks: rect = Rect(offset_x + bx * scale, offset_y + by * scale, scale -2, scale-2) _ = pygame.draw.rect(screen, piece.color, rect, border_radius=3)

    25810编辑于 2025-10-31
领券