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