摘要:
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
未来的技术
阅读(272)
评论(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
未来的技术
阅读(155)
评论(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
未来的技术
阅读(150)
评论(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
未来的技术
阅读(131)
评论(1)
推荐(0)
摘要:
Title 返回 阅读全文
posted @ 2018-06-21 17:56
未来的技术
阅读(176)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2018-06-21 17:51
未来的技术
阅读(116)
评论(0)
推荐(0)
摘要:
+ 阅读全文
posted @ 2018-06-21 17:04
未来的技术
阅读(285)
评论(0)
推荐(0)
摘要:
是否可见 是否可见 jerry 阅读全文
posted @ 2018-06-21 16:14
未来的技术
阅读(233)
评论(0)
推荐(0)
摘要:
Title 菜单一 111 111 111 菜单二 222 222 222 ... 阅读全文
posted @ 2018-06-20 17:57
未来的技术
阅读(529)
评论(0)
推荐(0)
浙公网安备 33010602011771号