From e5cbc0445ed50ca05684a40bd91e8538f0016ae4 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Mon, 1 Apr 2024 21:15:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=20=E6=95=B4=E4=B8=AA=E5=B0=8F=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scene/main.lua | 13 +++++++++++++ version.lua | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/assets/scene/main.lua b/assets/scene/main.lua index 5bd8d49..0a95752 100644 --- a/assets/scene/main.lua +++ b/assets/scene/main.lua @@ -1,6 +1,7 @@ local scene={} local tryCounter=0 +local fool=os.date("%m%d")=="0401" function scene.enter() BG.set() @@ -20,6 +21,18 @@ function scene.draw() GC.mDraw(IMG.logo_full,640,200,0,.3) GC.setColor(1,1,1,(1-math.abs(math.sin(love.timer.getTime())))^3/2) GC.mDraw(IMG.logo_color,640,200,0,.3) + if fool then + GC.setColor(1,.26,.26) + GC.setLineWidth(26) + GC.line(260,160,1010,260) + GC.setColor(1,1,1) + FONT.set(150,'_basic') + GC.shadedPrint("Techmino",640,130,'center',6,8) + GC.translate(860,260) + GC.rotate(-.0626) + FONT.set(70,'_basic') + GC.shadedPrint("Galaxy",0,0,'center',4,8) + end end scene.widgetList={ diff --git a/version.lua b/version.lua index 03b30f3..4494224 100644 --- a/version.lua +++ b/version.lua @@ -1,5 +1,5 @@ return{ - ["apkCode"]=62, - ["code"]=000611, - ["string"]="V0.6.1", + ["apkCode"]=63, + ["code"]=000612, + ["string"]="V0.6.2", }