Skip to content

Commit

Permalink
微调interior设置键音高
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Apr 20, 2024
1 parent 39b1124 commit 92e3ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scene/main_in.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local consoleClickCount=0
local consoleClickCount
local settingHint

local scene={}
Expand Down Expand Up @@ -95,7 +95,7 @@ scene.widgetList={
else
consoleClickCount=consoleClickCount+1
FMOD.effect('move_failed')
FMOD.effect('suffocate',{tune=consoleClickCount-5.626})
FMOD.effect('suffocate',{tune=consoleClickCount-6.26})
if consoleClickCount==6 then
consoleClickCount=0
SCN.go('_console')
Expand Down

0 comments on commit 92e3ec7

Please sign in to comment.