correction
This commit is contained in:
parent
286abb5032
commit
16372098e4
1
HUD.tscn
1
HUD.tscn
@ -98,6 +98,7 @@ text = "Slap"
|
|||||||
|
|
||||||
[node name="Start" type="Control" parent="."]
|
[node name="Start" type="Control" parent="."]
|
||||||
pause_mode = 2
|
pause_mode = 2
|
||||||
|
visible = false
|
||||||
margin_right = 40.0
|
margin_right = 40.0
|
||||||
margin_bottom = 40.0
|
margin_bottom = 40.0
|
||||||
theme = SubResource( 8 )
|
theme = SubResource( 8 )
|
||||||
|
1
Start.gd
1
Start.gd
@ -6,6 +6,7 @@ onready var QuitGame = $"Quit Game"
|
|||||||
onready var QuitDesktop = $"Quit to Desktop"
|
onready var QuitDesktop = $"Quit to Desktop"
|
||||||
|
|
||||||
func _ready():
|
func _ready():
|
||||||
|
self.show()
|
||||||
get_tree().paused = true
|
get_tree().paused = true
|
||||||
QuitGame.hide()
|
QuitGame.hide()
|
||||||
QuitDesktop.margin_top -= 44
|
QuitDesktop.margin_top -= 44
|
||||||
|
Loading…
x
Reference in New Issue
Block a user