xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡(jiǎn)介

像素小鳥(niǎo)這個(gè)簡(jiǎn)單的游戲于2014年在網(wǎng)絡(luò)上爆紅,游戲上線一段時(shí)間內(nèi)appleStore上的下載量一度達(dá)到5000萬(wàn)次,風(fēng)靡一時(shí)

資源截圖

代碼片段和文件信息

from?Headers?import?*


#?定義基類(lèi)
class?baseClass:

????def?__init__(self?screen?x?y?imagePath?rectX?rectY):
????????self.screen?=?screen
????????self.x?=?x
????????self.y?=?y

????????self.rect?=?Rect(self.x?self.y?rectX?rectY)
????????self.image?=?pygame.image.load(imagePath).convert_alpha()

????def?display(self):??#?渲染到屏幕上
????????self.screen.blit(self.image?self.rect)


#?定義背景類(lèi),繼承基類(lèi)
class?Background(baseClass):

????def?__init__(self?screen?x?y?imagePath):
????????super().__init__(screen?x?y?imagePath?288?512)

????def?moveLeft(self):??#?向左移動(dòng)
????????if?self.rect.x?????????????self.rect.x?=?1440
????????self.rect?=?self.rect.move([-5?0])


#?定義水管類(lèi),繼承基類(lèi)
class?Pipe(baseClass):
????def?__init__(self?screen?x?y?imagePath):
????

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2018-11-27?13:57??.idea\
?????文件?????????478??2018-11-27?09:07??.idea\flappy?bird.iml
?????文件?????????202??2018-11-27?09:07??.idea\misc.xml
?????文件?????????281??2018-11-27?09:07??.idea\modules.xml
?????文件???????11554??2018-11-27?13:57??.idea\workspace.xml
?????目錄???????????0??2018-11-27?10:31??__pycache__\
?????文件????????2453??2018-11-27?10:31??__pycache__\Class.cpython-37.pyc
?????文件????????1094??2018-11-27?10:31??__pycache__\Headers.cpython-37.pyc
?????文件?????????774??2018-11-27?10:31??__pycache__\Initobject.cpython-37.pyc
?????文件????????2263??2018-11-27?10:31??__pycache__\Methods.cpython-37.pyc
?????文件????????1425??2018-11-27?09:15??Class.py
?????文件????????1147??2018-11-27?10:31??Headers.py
?????目錄???????????0??2018-11-27?10:31??images\
?????文件???????????0??2018-11-27?09:19??images\__init__.py
?????文件???????10895??2018-11-27?09:32??images\bg_day.png
?????文件???????10895??2018-11-27?09:32??images\bg_night.png
?????文件?????????620??2018-11-27?10:02??images\bird1_0.png
?????文件?????????566??2018-11-27?10:05??images\bird1_1.png
?????文件?????????535??2018-11-27?10:06??images\bird1_2.png
?????文件?????????620??2018-11-27?10:02??images\bird2_0.png
?????文件?????????566??2018-11-27?10:05??images\bird2_1.png
?????文件?????????535??2018-11-27?10:06??images\bird2_2.png
?????文件???????12449??2018-11-27?10:31??images\button_play.jpg
?????文件????????5238??2018-11-27?09:32??images\pipe2_down.png
?????文件????????5461??2018-11-27?09:32??images\pipe2_up.png
?????文件???????96692??2018-11-27?10:28??images\text_game_over.png
?????文件???????26796??2018-11-27?09:28??images\text_ready.jpg
?????文件?????????819??2018-11-27?09:15??Initobject.py
?????文件????????1816??2018-11-27?09:15??Main.py
?????文件????????2707??2018-11-27?09:16??Methods.py
?????目錄???????????0??2018-11-27?10:21??venv\
............此處省略931個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源