Lv.1
叽叽叽?
在 【海龟编辑器】意见反馈信箱(长期有效) 中回复

???
什么鬼???????
import pygame
from sys import exit
def initMainWindow():
pygame.init()
screen = pygame.display.set_mode((320,568))
pygame.display.set_caption("飞机大战")
background = pygame.image.load("C:\Users\Chenyinuo\SUCAI\xingkong.gif")
while True:
screen.blit(background,(0,0))
for event in pygame.event.get():
if event.type == pygame.QUIT:
pygame.quit()
exit()
pygame.display.update()
initMainWindow()2021-02-27T18:15:38 点赞:0
在 【教程】跑酷不会?小鸡来教 中回复
涉及知识点:
一、建筑:
弹跳床(最近更新)
石头
二、代码:
提醒玩家到了第几关并修改玩家的guan属性
设置玩家出生点的x,z坐标
相关代码请到【教程代码】第一期 | Box3 | 小鸡 网 (baklib-free.com)
2021-05-22T12:56:32 点赞:0
在 我要疯了!!!这发帖系统是什么情况啊!!! 中回复
我也是啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊发个视频要了我的命!!!!!!!!!!!!!!!!!!
2021-06-19T20:02:17 点赞:0
在 【预告】The City In Hope 五天后内测辣!! 中回复
想参与创作的话,点击这个链接就阔以啦!
box3.fun/e/c04cef93e4269cd36205
2021-07-09T21:58:44 点赞:0