更改pc音效文件名
This commit is contained in:
@@ -14,7 +14,7 @@ local function check_rise(P)
|
|||||||
else
|
else
|
||||||
if L==0 then
|
if L==0 then
|
||||||
P:_showText(text.awesome,0,-120,80,'beat',.6)
|
P:_showText(text.awesome,0,-120,80,'beat',.6)
|
||||||
SFX.play('clear')
|
SFX.play('pc')
|
||||||
BG.send(26)
|
BG.send(26)
|
||||||
for _=1,8 do
|
for _=1,8 do
|
||||||
P:garbageRise(13,1,generateLine(P.holeRND:random(10)))
|
P:garbageRise(13,1,generateLine(P.holeRND:random(10)))
|
||||||
|
|||||||
@@ -1430,7 +1430,7 @@ do--Player.drop(self)--Place piece
|
|||||||
end
|
end
|
||||||
Stat.pc=Stat.pc+1
|
Stat.pc=Stat.pc+1
|
||||||
if self.sound then
|
if self.sound then
|
||||||
SFX.play('clear')
|
SFX.play('pc')
|
||||||
VOC.play('perfect_clear',CHN)
|
VOC.play('perfect_clear',CHN)
|
||||||
end
|
end
|
||||||
piece.pc=true
|
piece.pc=true
|
||||||
@@ -1444,7 +1444,7 @@ do--Player.drop(self)--Place piece
|
|||||||
cscore=cscore+626
|
cscore=cscore+626
|
||||||
Stat.hpc=Stat.hpc+1
|
Stat.hpc=Stat.hpc+1
|
||||||
if self.sound then
|
if self.sound then
|
||||||
SFX.play('clear')
|
SFX.play('pc')
|
||||||
VOC.play('half_clear',CHN)
|
VOC.play('half_clear',CHN)
|
||||||
end
|
end
|
||||||
piece.hpc=true
|
piece.hpc=true
|
||||||
|
|||||||
Reference in New Issue
Block a user