猫史档案馆


僵还是老的辣

僵还是老的辣

Lv.1

没啥的

获赞:282收藏:158浏览:8125作品收藏:338

签名:没事出一堆水作

回复帖子评论
上一页4 页 / 共 5下一页

【小游戏】在键盘上随便打会怎么样? 中回复

大神的空间划分的是否

2020-08-30T14:34:50 点赞:0

【小游戏】在键盘上随便打会怎么样? 中回复

 出库价利落科技辽宁科技,看见没开门门口,贱卖不v

2020-08-30T14:35:21 点赞:0

如果你送你的楼下一份礼物🎁,你会送他什么? 中回复

派大星吧,楼下头像

2020-08-30T14:36:19 点赞:0

【水】改楼下的名字 中回复

MDS血屁解说

2020-08-30T14:37:38 点赞:0

最近好无聊哦··········帮大家免费抠图吧! 中回复

黑色不要center_image

2020-08-30T16:09:18 点赞:0

免费抠图! PS 中回复

P成植物大战僵尸西游版僵王的样子

center_image

2020-08-30T16:12:17 点赞:0

【讨论】这里有谁玩过传说之下(undertale) 中回复

center_imagecenter_image

2020-08-30T17:23:44 点赞:0

发一下你们的UT设定 中回复

帮我画一个,贴图这样center_image画个像素当我的UT形象

2020-08-30T18:30:16 点赞:0

硫酸的免费抠图店铺qwq 中回复

把僵王抠出来
center_image

2020-08-31T18:23:06 点赞:0

出售素材(植物大战僵尸的所有) 中回复

僵王博士

2020-09-05T11:28:44 点赞:0

魔术喵和星能猫竟然干这种事情。。。。。 中回复

center_image

2020-09-06T11:13:43 点赞:0

谁有植物大战僵尸素材? 中回复

音乐

2020-09-06T15:51:37 点赞:0

我要植物大战僵尸素材!!! 中回复

哈哈哈哈哈哈哈哈哈哈或或

2020-09-06T15:55:42 点赞:0

震惊!这个词居然是屏蔽词 中回复

2020-09-06T19:11:40 点赞:0

求植物大战僵尸素材,我给音乐!!! 中回复

center_imagecenter_imagecenter_image

2020-09-26T07:35:24 点赞:0

【看头像猜猜楼下的是男是女】 中回复

emotion_雷电猴_笑趴

2020-10-01T15:37:00 点赞:0

求!!!ink sans素材 中回复

center_image

2020-10-02T13:46:58 点赞:0

undertale全游戏素材(需要求) 中回复

镁塔顿EX ,NEO

2020-10-02T13:51:16 点赞:0

ink素材【不定期更新】 中回复

center_imagecenter_image

2020-10-02T13:56:30 点赞:1

Uudertale素材集合 原版提取像素图 原版提取音效 游戏原声带 中回复

过了

2020-10-02T13:57:23 点赞:0

又导了一堆素材 中回复

搞比利?????嗯?你不对劲!!VAN♂door shit♂手,搞他!!!!center_imagecenter_imagecenter_image

2020-10-02T14:04:21 点赞:0

【技术喵】素材征集,大家有什么想要的素材,但是素材商城又没有的,可以在这里留言哈! 中回复

植物大战僵尸原版,和!!!改改改改改改改改,版!所所所有!

2020-10-02T14:30:36 点赞:0

[素材有什么用】 中回复

好看

2020-10-02T14:33:41 点赞:0

【技术喵】关于电脑客户端的安装问题 中回复

我是网页版的

2020-10-02T14:51:46 点赞:0

上潜力啦!!(凑字) 中回复

首页通知书

2020-10-03T12:15:26 点赞:0

一 个 用 来 存 屏 蔽 词 的 帖 中回复

黄色

2020-10-04T17:18:45 点赞:0

一 个 用 来 存 屏 蔽 词 的 帖 中回复

2020-10-04T17:18:58 点赞:0

有没有一些好的素材网站(不需要QQ微信等) 中回复

爱给网,花瓣网,或者跑百度找,或搜索X X X图片,或者可以到游戏文件去找,如果有pak文件,用植物大战僵尸3.1修改器解包模式解包到桌面,或者可以购买别人的作品获得素材

2020-10-04T17:25:00 点赞:0

我也开店了!接输入法皮肤定制,素材定制,素材抠图,音乐素材定制 中回复

center_image多余黑色去掉

2020-10-04T17:26:35 点赞:0

【Python作品分享】Hatefulball Pong 2.0【作品秀】 中回复

import pygame as p
import time as t
p.init()
s = p.display.set_mode([800,600])
p.display.set_caption("----- Smiley Pong 2.0 -----")
k = True
BLACK = (0,0,0)
WHITE = (255,255,255)
YELLOW = (255,255,0)
ix = 60
iy = 60
speedx = 1
speedy = 1
pw = 200
ph = 25
px = 300
py = 550
iw = 100
ih = 100
po = 0
l = 5
r = 50
o = 0
ti = 0.01
font = p.font.SysFont("Times",24)

while k:
    for event in p.event.get():
        if event.type == p.QUIT:
            k = False
        if event.type == p.KEYDOWN:
            if event.key == p.K_F1:
                po = 0
                l = 5
                ix = 60
                iy = 60
                speedx = 1
                speedy = 1

            if event.key == p.K_F2:
                ti = 0.01

    ix += speedx
    iy += speedy

    if ix <= 50 or ix >= 750:
        speedx = -speedx
    if iy <= 50:
        speedy = -speedy 
    if iy >= 550:
        l -= 1
        speedy = -1
        speedx = 1
        iy = 549

    s.fill(BLACK)
    p.draw.circle(s,YELLOW,(ix,iy),r)

    px = p.mouse.get_pos()[0]
    px -= pw/2
    p.draw.rect(s, WHITE, (px, py, pw, ph))
    ti -= 0.000001
    if ti > 0.001:
        t.sleep(ti)
    else:
        t.sleep(0.001)

    if iy + ih - 50 >= py and iy + ih - 50 <= py + ph and speedy > 0:
        if ix + iw/2 - 50 >= px and ix + iw/2 - 50 <= px + pw:
            speedy = -speedy
            po += 1
    
    draw_string = "Lives:" + str(l) + "  Points: " + str(po) + "  Press [F2] to turn the speed to 0.01.(Press [Fn] first)"
    if l < 1:
        speedx = 0
        speedy = 0
        draw_string = "...Game Over..." 
        draw_string += "Your score was: " + str(po)
        draw_string += ". Press [F1] to play again. "

    text = font.render((draw_string), True, WHITE)
    text_rect = text.get_rect()
    text_rect.centerx = s.get_rect().centerx
    text_rect.y = 10
    s.blit(text,text_rect)
    p.display.update()

p.quit()

2020-10-05T15:15:28 点赞:0