Skip to content

Commit

Permalink
修改一个音效名
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Aug 3, 2024
1 parent 4e1b8a1 commit 93192ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/progress.lua
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ end
---@return boolean success
function PROGRESS.setSecret(id)
if not prgs.secretFound[id] then
FMOD.effect('map_unlock_secret')
FMOD.effect('unlock_secret')
prgs.secretFound[id]=1
if rawget(Text.achievementMessage,id) then
MSG.new('achievement',Text.achievementMessage[id])
Expand Down

0 comments on commit 93192ce

Please sign in to comment.