mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
Work on the intro and the index chapter
This commit is contained in:
parent
4910e4d566
commit
8d333ce56a
31 changed files with 327 additions and 185 deletions
scenes
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue