响应安卓返回键
This commit is contained in:
parent
1e8aebf944
commit
855e94652f
@ -9,6 +9,10 @@ function PlayerInfoUI:isFullScreen()
|
||||
return false
|
||||
end
|
||||
|
||||
function PlayerInfoUI:onPressBackspace()
|
||||
self:closeUI()
|
||||
end
|
||||
|
||||
function PlayerInfoUI:getPrefabPath()
|
||||
return "assets/prefabs/ui/player_info/player_info_ui.prefab"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user