Skip to content

Commit

Permalink
修extrior语言设置菜单esc无动画
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Dec 30, 2023
1 parent 9dcb603 commit f03fd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scene/lang_out.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ end

function scene.keyDown(key)
if KEYMAP.sys:getAction(key)=='back' then
SCN.back('none')
SCN.back()
else
return true
end
Expand Down

0 comments on commit f03fd6d

Please sign in to comment.