摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
界面、图片加载、按键事件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("... 阅读全文
摘要:
Title 返回 阅读全文
摘要:
阅读全文
摘要:
+ 阅读全文
摘要:
是否可见 是否可见 jerry 阅读全文
摘要:
Title 菜单一 111 111 111 菜单二 222 222 222 ... 阅读全文