修正三个不当颜色名
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local format=string.format
|
||||
return{
|
||||
color=COLOR.lGrey,
|
||||
color=COLOR.lGray,
|
||||
env={
|
||||
drop=1e99,lock=1e99,
|
||||
holdCount=0,
|
||||
|
||||
@@ -40,7 +40,7 @@ local function score(P)
|
||||
end
|
||||
|
||||
return{
|
||||
color=COLOR.lGrey,
|
||||
color=COLOR.lGray,
|
||||
env={
|
||||
noTele=true,
|
||||
das=5,arr=1,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
return{
|
||||
color=COLOR.lGrey,
|
||||
color=COLOR.lGray,
|
||||
env={
|
||||
drop=60,lock=60,
|
||||
dropPiece=function(P)if P.stat.row>=1000 then P:win("finish")end end, bg="rainbow",bgm="push",
|
||||
|
||||
@@ -13,7 +13,7 @@ local function tech_check_hard(P)
|
||||
end
|
||||
|
||||
return{
|
||||
color=COLOR.grey,
|
||||
color=COLOR.gray,
|
||||
env={
|
||||
arr=0,
|
||||
drop=1e99,lock=60,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
local gc=love.graphics
|
||||
local warnTime={60,90,105,115,116,117,118,119,120}
|
||||
return{
|
||||
color=COLOR.lGrey,
|
||||
color=COLOR.lGray,
|
||||
env={
|
||||
noTele=true,
|
||||
minarr=1,minsdarr=1,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
return{
|
||||
color=COLOR.lGrey,
|
||||
color=COLOR.lGray,
|
||||
env={
|
||||
drop=120,lock=120,
|
||||
infHold=true,
|
||||
|
||||
Reference in New Issue
Block a user