Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
整个小活
  • Loading branch information
MrZ626 committed Apr 1, 2024
1 parent bd67e0b commit e5cbc04
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions assets/scene/main.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
local scene={}

local tryCounter=0
local fool=os.date("%m%d")=="0401"

function scene.enter()
BG.set()
Expand All @@ -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={
Expand Down
6 changes: 3 additions & 3 deletions version.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return{
["apkCode"]=62,
["code"]=000611,
["string"]="V0.6.1",
["apkCode"]=63,
["code"]=000612,
["string"]="V0.6.2",
}

0 comments on commit e5cbc04

Please sign in to comment.