搞毛线,B站账号被家长发现了(悲),还好他们不会上这个网站,所以就在这里吐槽一下吧,不过我的账号倒也没有什么不可告人的,但是却减少了我整活的上限,唉.

这周前三天大推进unity,后四天大推进godot,写爽了属于是,后面四天还正好碰上了运动会,四天git提交记录+6,真的已经酣畅淋漓了,下一周应该会少写一点,jam前的休息了说是.

这周也是重新画了好几张简单的像素画,从无到有还是值得夸奖的,学会了先用AI生成参考图再自己修改,确实效率高并且也方便启动,减少了抗拒心理.

这周的B站倒是没多好,两个的流量加起来还没上周的一半多,不过这个到也没事,本来就是辅业,能有经济收入最好,不能成也是一处展现自己的途径.

虽然发这个网站的视频似乎是最火的,但是我也不想再发一边赚流量了,这种东西发一次也就够了哈哈

这周突然又看到了末影大黑,没想到几个月没看就出了两个爆款,要是我的独立游戏的剧情也能有这么多人喜欢就好了,无限进步!希望我也能写出能够感动人心的好故事.

虽然自诩性压抑,但是倒也没有为之失去理智,不错,就这样清醒着去面对吧,清醒的发起冲锋吧,向着理想的骑士啊!

(function(){const bgImages=['https://source.unsplash.com/1920x1080/?nature,landscape','https://source.unsplash.com/1920x1080/?abstract,minimal','https://source.unsplash.com/1920x1080/?art,creative','https://source.unsplash.com/1920x1080/?sky,cloud','https://source.unsplash.com/1920x1080/?ocean,beach'];let currentIndex=0,bgLayers=[];function init(){const container=document.createElement('div');container.className='gmeek-bg-container';for(let i=0;i<2;i++){const layer=document.createElement('div');layer.className='gmeek-random-bg';container.appendChild(layer);bgLayers.push(layer)}document.body.insertBefore(container,document.body.firstChild);setTimeout(()=>switchBackground(),500);setInterval(switchBackground,15000)}function switchBackground(){const current=bgLayers[currentIndex%2],next=bgLayers[(currentIndex+1)%2],randomBg=bgImages[Math.floor(Math.random()*bgImages.length)]+'?t='+Date.now();const img=new Image;img.onload=function(){next.style.backgroundImage=`url('${randomBg}')`;setTimeout(()=>{next.classList.add('active');current.classList.remove('active')},100)};img.src=randomBg;currentIndex++}document.readyState==='loading'?document.addEventListener('DOMContentLoaded',init):init()})();