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

@ -98,6 +98,7 @@ text = "Slap"
[node name="Start" type="Control" parent="."]
pause_mode = 2
visible = false
margin_right = 40.0
margin_bottom = 40.0
theme = SubResource( 8 )

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