Work on the intro and the index chapter

This commit is contained in:
blinry 2021-01-11 19:16:35 +01:00
parent 4910e4d566
commit 8d333ce56a
31 changed files with 327 additions and 185 deletions
scenes

View file

@ -64,7 +64,7 @@ func load(path):
else:
repo = "yours"
var desc = "Goal"
var desc = "Complete the goal of this level"
for line in Array(config[k].split("\n")):
if line.length() > 0 and line[0] == "#":
desc = line.substr(1).strip_edges(true, true)