hmao
逝者如斯夫!不舍昼夜。
hmao 的日记

笔记

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
赞赏
笔记》 中出现的部分内容可能已经过时,您可以按需阅读。
除特殊声明本站均采用署名-相同方式共享 4.0 国际 (CC BY-SA 4.0)
切勿相信验证码内的任何广告

hmao

文章作者

发表回复

textsms
account_circle
email

hmao 的日记

笔记
country 国家 China 中国 capital 首都 pattern 图案 country 国家 China 中国 capital 首都 pattern 图案 country 国家 China 中国 capital 首都 pattern 图案 …
扫描二维码继续阅读
2021-11-20