mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
Reload levels when entering the level select, and show titles in levels
This commit is contained in:
parent
e754671b88
commit
7c96367d72
2 changed files with 3 additions and 1 deletions
scenes
|
@ -5,6 +5,8 @@ onready var level_list = $ScrollContainer/MarginContainer/Levels
|
|||
func _ready():
|
||||
var chapter_id = 0
|
||||
|
||||
levels.reload()
|
||||
|
||||
for chapter in levels.chapters:
|
||||
var level_id = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue