重命名大多数背景

This commit is contained in:
MrZ_26
2020-08-15 17:23:59 +08:00
parent f26888beaa
commit 6cccf2604c
38 changed files with 47 additions and 47 deletions

View File

@@ -77,7 +77,7 @@ back.aura={
gc.setShader()
end,
}--Cool liquid background
back.game1={
back.bg1={
init=function()
t=0
BG.resize(scr.w)
@@ -95,7 +95,7 @@ back.game1={
gc.setShader()
end,
}--Horizonal red-blue gradient
back.game2={
back.bg2={
init=function()
t=0
BG.resize(nil,scr.h)
@@ -113,7 +113,7 @@ back.game2={
gc.setShader()
end,
}--Vertical red-green gradient
back.game3={
back.rainbow={
init=function()
t=0
BG.resize(scr.w,scr.h)
@@ -132,7 +132,7 @@ back.game3={
gc.setShader()
end,
}--Colorful RGB
back.game4={
back.rainbow2={
init=function()
t=0
BG.resize(scr.w,scr.h)
@@ -151,7 +151,7 @@ back.game4={
gc.setShader()
end,
}--Blue RGB
back.game5={
back.lightning={
init=function()
t=0
end,
@@ -168,7 +168,7 @@ back.game5={
local blocks=require("parts/mino")
local scs=require("parts/spinCenters")
back.game6={
back.lightning2={
init=function()
t=0
colorLib=_G.SKIN.libColor

View File

@@ -197,7 +197,7 @@ function sceneInit.setting_control()
dir=1,
wait=30,
}
BG.set("game1")
BG.set("bg1")
end
function sceneInit.setting_key()
sceneTemp={
@@ -207,7 +207,7 @@ function sceneInit.setting_key()
}
end
function sceneInit.setting_touch()
BG.set("game3")
BG.set("rainbow")
sceneTemp={
default=1,
snap=1,
@@ -264,7 +264,7 @@ function sceneInit.stat()
end
end
function sceneInit.history()
BG.set("game3")
BG.set("rainbow")
sceneTemp={
text=require("parts/updateLog"),--Text list
pos=1,--Scroll pos