pause game when starting
This commit is contained in:
parent
10bf1fd270
commit
e4b91d2739
@ -37,6 +37,7 @@ void Main::_init()
|
||||
|
||||
void Main::_ready()
|
||||
{
|
||||
get_tree()->set_pause(true);
|
||||
if (get_full_screen())
|
||||
{
|
||||
_os->set_window_fullscreen(true);
|
||||
|
Loading…
Reference in New Issue
Block a user