hmao的日记

hmao的日记



笔记

hmao · 2021年11月20日 05:24 pm · 0浏览 · 长文


country国家

China中国

capital首都

pattern图案

country国家

China中国

capital首都

pattern图案

country国家

China中国

capital首都

pattern图案

import pygame,random
pygame.init()
enemy1 = pygame.image.load("images/enemy1.png")
enemy2 = pygame.image.load("images/enemy2.png")
enemy3 = pygame.image.load("images/enemy3.png")


class Enemy():
def __init__(self,x,y,width,height,type,life,score,img):
self.width=width
self.height=height
self.x=random.random(0,480-self.width)
self.y=y
self.type=type
self.life=life
self.score=score
self.img=img




thumb_up赞赏文章


comment 评论区

添加新评论





  • ©2025 bilibili.com

textsms
内容不能为空
account_circle
昵称不能为空
email
邮件地址格式错误
web
beach_access
验证码不能为空
keyboard发表评论


star_outline 咱快来抢个沙发吧!