More polish, hide unfinished chapters/levels

This commit is contained in:
blinry 2021-01-13 17:30:32 +01:00
parent be45b82e41
commit 5df4932ad5
19 changed files with 48 additions and 55 deletions
scenes

View file

@ -36,7 +36,7 @@ func reload():
chapter_names.erase(chapter)
final_chapter_sequence.push_back(chapter)
final_chapter_sequence += chapter_names
#final_chapter_sequence += chapter_names
for c in final_chapter_sequence:
var chapter = Chapter.new()