摘要:
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
未来的技术
阅读(187)
评论(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
未来的技术
阅读(270)
评论(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
未来的技术
阅读(153)
评论(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
未来的技术
阅读(148)
评论(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
未来的技术
阅读(128)
评论(1)
推荐(0)
摘要:
Title 返回 阅读全文
posted @ 2018-06-21 17:56
未来的技术
阅读(174)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2018-06-21 17:51
未来的技术
阅读(115)
评论(0)
推荐(0)
摘要:
+ 阅读全文
posted @ 2018-06-21 17:04
未来的技术
阅读(283)
评论(0)
推荐(0)
摘要:
是否可见 是否可见 jerry 阅读全文
posted @ 2018-06-21 16:14
未来的技术
阅读(232)
评论(0)
推荐(0)
摘要:
Title 菜单一 111 111 111 菜单二 222 222 222 ... 阅读全文
posted @ 2018-06-20 17:57
未来的技术
阅读(527)
评论(0)
推荐(0)