猫史档案馆


NUTKINGCALL

NUTKINGCALL

Lv.1

获赞:38收藏:6浏览:303作品收藏:1

签名:这个家伙不懒,他只是什么都不想写

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

【社区功能反馈】用心倾听,用头发发电!(2026更新版) 中回复

建议把摄像机作为游戏对象,把场景视图和游戏视图区分开,比原来会好很多

2022-05-15T11:56:36 点赞:1

大佬们,移动时碰撞检测并阻止移动怎么做? 中回复

原来我是整个加的如果碰到墙不成立,就检测按键移动,现在改成这样就好了 @小黄不黄

center_image

 

2022-08-07T11:41:47 点赞:0

【社区功能反馈】用心倾听,用头发发电!(2026更新版) 中回复

怎么让作品上首页?新作喵喵看里面都是昨天新发的,如果等到明天的话今天发的作品有可能上首页吗?这样根本没人看到我发的作品啊

2022-08-07T13:15:38 点赞:1

大佬们,墙的碰撞虽然做出来了,但是总是会粘在墙上,怎么办啊? 中回复

center_image

2022-08-07T18:07:31 点赞:0

大佬们,墙的碰撞虽然做出来了,但是总是会粘在墙上,怎么办啊? 中回复

有没有别的方式能阻止移动啊

2022-08-07T18:10:39 点赞:0

怎么让一个克隆体碰到另一个不同本体的克隆体(后者必须在一个特定的造型编号范围内)然后〈函数N〉 中回复

把克隆体当前的造型编号存到变量里,把本体加到某个阵营里,然后判断是否碰到某阵营的,造型编号是否匹配?

2022-08-08T13:26:25 点赞:0

三角符文JEVIL战 日志 中回复

访问https:/喵has-7/JEVIL_Assets_Repository/tree/master来查看素材

2022-08-09T13:58:38 点赞:0

三角符文JEVIL战 日志 中回复

8.28更新:增加旋转木马背景,战斗时黑色幕布。音乐换了清晰的

2022-08-28T10:01:51 点赞:0

【小游戏】闭着眼在键盘上打字,你能打出什么? 中回复

【小游戏】闭着眼睛在键盘上打字,你能打出什么?

 

2022-08-28T10:13:46 点赞:0

三角符文JEVIL战 日志 中回复

8.29更新:更新背景旋转木马,新增jevil上下移动动画、jevil影子、ui及动画、战斗框动画、黑色幕布降低透明度、角色碰到子弹后将会受伤、子弹在回合结束后销毁自己。

  已知问题:检测按键时会卡顿

2022-08-29T15:20:24 点赞:0

三角符文JEVIL战 日志 中回复

这么还原的作品真不来玩玩吗?

2022-08-29T15:24:43 点赞:0

三角符文JEVIL战 日志 中回复

9.3更新:增加喵场景。增加血条。9.2更新内容:优化背景,现在不会卡了。玩家选择改为通过统一控制,可以新增按钮了。 更换链接:https://shequ点codemao点cn/work/159926447

2022-09-03T10:57:07 点赞:0

请问一下作品怎么上首页。 中回复

shequ.codemao.cn/community/388839 不过可能没用了

2022-09-03T11:27:24 点赞:0

三角符文JEVIL战 日志 中回复

9.24更新:jevil上下移动动画使用sin函数控制,影子大小改变使用一次函数与jevil的位置同步

2022-09-24T20:10:04 点赞:0

问题啊啊啊啊啊 中回复

没用

2022-09-25T11:23:51 点赞:0

问题啊啊啊啊啊 中回复

你编译的时候就会把所有这些头文件的内容全都复制到你的源文件 //C++includesusedforprecompiling-*-C++-*- //Copyright(C)2003-2018FreeSoftwareFoundation,Inc. // //ThisfileispartoftheGNUISOC++Library.Thislibraryisfree //software;youcanredistributeitand/ormodifyitunderthe //termsoftheGNUGeneralPublicLicenseaspublishedbythe //FreeSoftwareFoundation;eitherversion3,or(atyouroption) //anylaterversion. //Thislibraryisdistributedinthehopethatitwillbeuseful, //butWITHOUTANYWARRANTY;withouteventheimpliedwarrantyof //MERCHANTABILITYorFITNESSFORAPARTICULARPURPOSE.Seethe //GNUGeneralPublicLicenseformoredetails. //UnderSection7ofGPLversion3,youaregrantedadditional //permissionsdescribedintheGCCRuntimeLibraryException,version //3.1,aspublishedbytheFreeSoftwareFoundation. //YoushouldhavereceivedacopyoftheGNUGeneralPublicLicenseand //acopyoftheGCCRuntimeLibraryExceptionalongwiththisprogram; //seethefilesCOPYING3andCOPYING.RUNTIMErespectively.Ifnot,see //<http://www.gnu.org/licenses/>. /**@filestdc++.h *Thisisanimplementationfileforaprecompiledheader. */ //17.4.1.2Headers //C #ifndef_GLIBCXX_NO_ASSERT #include<cassert> #endif #include<cctype> #include<cerrno> #include<cfloat> #include<ciso喵6> #include<climits> #include<clocale> #include<cmath> #include<csetjmp> #include<csignal> #include<cstdarg> #include<cstddef> #include<cstdio> #include<cstdlib> #include<cstring> #include<ctime> #if__cplusplus>=201103L #include<ccomplex> #include<cfenv> #include<cinttypes> #include<cstdalign> #include<cstdbool> #include<cstdint> #include<ctgmath> #include<cuchar> #include<cwchar> #include<cwctype> #endif //C++ #include<algorithm> #include<bitset> #include<complex> #include<deque> #include<exception> #include<fstream> #include<functional> #include<iomanip> #include<ios> #include<iosfwd> #include<iostream> #include<istream> #include<iterator> #include<limits> #include<list> #include<locale> #include<map> #include<memory> #include<new> #include<numeric> #include<ostream> #include<queue> #include<set> #include<sstream> #include<stack> #include<stdexcept> #include<streambuf> #include<string> #include<typeinfo> #include<utility> #include<valarray> #include<vector> #if__cplusplus>=201103L #include<array> #include<atomic> #include<chrono> #include<codecvt> #include<condition_variable> #include<forward_list> #include<future> #include<initializer_list> #include<mutex> #include<random> #include<ratio> #include<regex> #include<scoped_allocator> #include<system_error> #include<thread> #include<tuple> #include<typeindex> #include<type_traits> #include<unordered_map> #include<unordered_set> #endif #if__cplusplus>=201402L #include<shared_mutex> #endif #if__cplusplus>=201703L #include<charconv> #include<filesystem> #endif

2022-09-25T11:28:10 点赞:0

问题啊啊啊啊啊 中回复

center_image上面的是我只include cstdio的,下面是stdc++.h的

center_image

2022-09-25T11:39:58 点赞:0

水 打油诗 中回复

日照香炉生紫烟,千里江陵踏歌声。

桃花潭水深千尺,对影成三人。

2022-09-25T11:50:38 点赞:0

emmmm 你们觉得我该开啥新坑? 中回复

ikun

2023-03-25T12:39:28 点赞:0

【求助】kitten4里面有能代替scratch里的画笔模块的吗? 中回复

哦哦,才发现画笔模块本来就有,好尴尬

2023-03-25T12:41:49 点赞:0