This commit is contained in:
MrZ626
2021-12-07 17:10:02 +08:00
parent 7b41551e2d
commit 93fb716f89
3 changed files with 10 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ VERSION=require"version"
TIME=love.timer.getTime
YIELD=coroutine.yield
SYSTEM=love.system.getOS()if SYSTEM=='OS X'then SYSTEM='macOS'end
FNNS=SYSTEM:find'\79\83'--What does FNSF stand for? IDK so don't ask me lol
FNNS=true or SYSTEM:find'\79\83'--What does FNSF stand for? IDK so don't ask me lol
MOBILE=SYSTEM=='Android'or SYSTEM=='iOS'
SAVEDIR=fs.getSaveDirectory()

View File

@@ -528,7 +528,13 @@ local commands={}do
}
commands.support={
code=function(arg)
if not FNNS or(arg:find"fk"and arg:find"pl")then
if FNNS then
if arg:find"pl"and arg:find"fk"then
SCN.go('support','none')
else
love.system.openURL("https://www.bilibili.com/video/BV1GJ411x7h7?secretcode=fkpl")
end
else
SCN.go('support','none')
end
end,

View File

@@ -16,8 +16,8 @@ function scene.draw()
end
scene.widgetList={
WIDGET.newImage{name='pay1', x=300,y=100,hide=FNNS},
WIDGET.newImage{name='pay2', x=720,y=320,hide=FNNS},
WIDGET.newImage{name='pay1', x=300,y=100},
WIDGET.newImage{name='pay2', x=720,y=320},
WIDGET.newButton{name="back", x=1140,y=640,w=170,h=80,font=60,fText=CHAR.icon.back,code=backScene},
}
return scene