mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-13 19:04:54 +01:00
Update scenes/title.gd
Co-authored-by: schokotets <moritzleni@gmail.com>
This commit is contained in:
parent
169a4974ba
commit
659d48a0c4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ func _ready():
|
||||||
game.skipped_title = true
|
game.skipped_title = true
|
||||||
get_tree().change_scene("res://scenes/level_select.tscn")
|
get_tree().change_scene("res://scenes/level_select.tscn")
|
||||||
|
|
||||||
make_popup_item()
|
make_popup_items()
|
||||||
|
|
||||||
func quit():
|
func quit():
|
||||||
get_tree().quit()
|
get_tree().quit()
|
||||||
|
|
Loading…
Reference in a new issue