correction

This commit is contained in:
MarcEricMartel
2022-10-11 14:59:07 -04:00
parent 286abb5032
commit 16372098e4
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ onready var QuitGame = $"Quit Game"
onready var QuitDesktop = $"Quit to Desktop"
func _ready():
self.show()
get_tree().paused = true
QuitGame.hide()
QuitDesktop.margin_top -= 44