fix
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user