
Lv.1
?
签名:这个家伙不懒,他只是什么都不想写
在 【社区功能反馈】用心倾听,用头发发电!(2026更新版) 中回复
怎么让作品上首页?新作喵喵看里面都是昨天新发的,如果等到明天的话今天发的作品有可能上首页吗?这样根本没人看到我发的作品啊
2022-08-07T13:15:38 点赞:1
在 怎么让一个克隆体碰到另一个不同本体的克隆体(后者必须在一个特定的造型编号范围内)然后〈函数N〉 中回复
把克隆体当前的造型编号存到变量里,把本体加到某个阵营里,然后判断是否碰到某阵营的,造型编号是否匹配?
2022-08-08T13:26:25 点赞:0
在 三角符文JEVIL战 日志 中回复
8.29更新:更新背景旋转木马,新增jevil上下移动动画、jevil影子、ui及动画、战斗框动画、黑色幕布降低透明度、角色碰到子弹后将会受伤、子弹在回合结束后销毁自己。
已知问题:检测按键时会卡顿
2022-08-29T15:20:24 点赞:0
在 三角符文JEVIL战 日志 中回复
9.3更新:增加喵场景。增加血条。9.2更新内容:优化背景,现在不会卡了。玩家选择改为通过统一控制,可以新增按钮了。 更换链接:https://shequ点codemao点cn/work/159926447
2022-09-03T10:57:07 点赞: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