We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adcaaa8 + 12bd732 commit b96be89Copy full SHA for b96be89
game/view/gameplay/actionhud/init.lua
@@ -371,6 +371,7 @@ function ActionHUD:actionRequested()
371
elseif INPUT.wasActionPressed('PAUSE') then
372
if player_focused then
373
self.player_focused = false
374
+ self.infopanel:hide()
375
return false
376
else
377
action_request = {ActionHUD.INTERFACE_COMMANDS.SAVE_QUIT}
0 commit comments