pause game when starting

This commit is contained in:
Chris Cromer 2022-07-08 00:58:12 -04:00 committed by Gitea
parent 10bf1fd270
commit e4b91d2739
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ void Main::_init()
void Main::_ready()
{
get_tree()->set_pause(true);
if (get_full_screen())
{
_os->set_window_fullscreen(true);