上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页
摘要: import pygame # pygame2d游戏 import time from pygame.locals import * import random class HeroPlane(object): def __init__(self,screen_temp): self.x=210 self.y=700 self.scree... 阅读全文
posted @ 2018-06-22 17:56 未来的技术 阅读(182) 评论(0) 推荐(0) 编辑
摘要: import pygame # pygame2d游戏 import time from pygame.locals import * class HeroPlane(object): def __init__(self,screen_temp): self.x=210 self.y=700 self.screen=screen_temp... 阅读全文
posted @ 2018-06-22 17:24 未来的技术 阅读(265) 评论(0) 推荐(0) 编辑
摘要: import pygame # pygame2d游戏 import time from pygame.locals import * class HeroPlane(object): def __init__(self,screen_temp): self.x=210 self.y=700 self.screen=screen_temp... 阅读全文
posted @ 2018-06-22 16:40 未来的技术 阅读(148) 评论(0) 推荐(0) 编辑
摘要: import pygame # pygame2d游戏 import time from pygame.locals import * class HeroPlane(object): def __init__(self,screen_temp): self.x=210 self.y=700 self.screen=screen_temp... 阅读全文
posted @ 2018-06-22 15:55 未来的技术 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 界面、图片加载、按键事件import pygame # pygame2d游戏 import time from pygame.locals import * def main(): # 01 screen = pygame.display.set_mode((480, 852), 0, 32) # 1窗口 background = pygame.image.load("... 阅读全文
posted @ 2018-06-22 15:26 未来的技术 阅读(126) 评论(1) 推荐(0) 编辑
摘要: Title 返回 阅读全文
posted @ 2018-06-21 17:56 未来的技术 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-06-21 17:51 未来的技术 阅读(112) 评论(0) 推荐(0) 编辑
摘要: + 阅读全文
posted @ 2018-06-21 17:04 未来的技术 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 是否可见 是否可见 jerry 阅读全文
posted @ 2018-06-21 16:14 未来的技术 阅读(223) 评论(0) 推荐(0) 编辑
摘要: Title 菜单一 111 111 111 菜单二 222 222 222 ... 阅读全文
posted @ 2018-06-20 17:57 未来的技术 阅读(522) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页