#Having problem making a pause menu!
1 messages · Page 1 of 1 (latest)
you shouldn't use Engine.time_scale for pausing, there's get_tree().paused
and everything will be paused by it?
yea
for the things you don't want to be paused, you can change their process_mode property
okay! so button i have to change?
yea you can change them
okay thanks very much!
btw i cant use escape to hide my pause menu can u might tell me why?
is esc an action?
yes
it's case sensitive
try logging something to the console in the _on_resume_pressed() method
and it just doesn't get unpaused?
yup
it's from that script right
so it does get unpaused?
that gets printed whne you click escape ot when you press the button?
if you change it to print_debug is it from that specific script?
'print_debug'?
yes
does it double click?
its double clicking
yes

it's ok
