Reload levels when entering the level select, and show titles in levels

This commit is contained in:
blinry 2021-01-05 13:05:46 +01:00
parent e754671b88
commit 7c96367d72
2 changed files with 3 additions and 1 deletions

View file

@ -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