Skip to content

Commit

Permalink
教程5~8关的音乐使用space完整版
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Sep 27, 2024
1 parent f6af5a1 commit 7ec91f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ return {
initialize=function()
GAME.newPlayer(1,'brik')
GAME.setMain(1)
playBgm('space')
playBgm('space',true)
end,
settings={brik={
skin='brik_interior',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ return {
initialize=function()
GAME.newPlayer(1,'brik')
GAME.setMain(1)
playBgm('space')
playBgm('space',true)
end,
settings={brik={
skin='brik_interior',
Expand Down
2 changes: 1 addition & 1 deletion assets/game/mode/brik/interior/tutorial/8.finessePlus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ return {
initialize=function()
GAME.newPlayer(1,'brik')
GAME.setMain(1)
playBgm('space')
playBgm('space',true)
end,
settings={brik={
skin='brik_interior',
Expand Down

0 comments on commit 7ec91f1

Please sign in to comment.