摘要: 创建外星人 我们将使用这个位图来作为外星人 下面我们来编写Alien类 alien.py import pygame from pygame.sprite import Sprite class Alien(Sprite): """初始化单个外星人的类""" def __init__(self, a 阅读全文
posted @ 2022-01-29 19:02 CK_0ff 阅读(80) 评论(0) 推荐(0)