mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
Connect terminal to correct repository
This commit is contained in:
parent
79d89de5e7
commit
f78571ec1b
1 changed files with 1 additions and 1 deletions
2
main.gd
2
main.gd
|
@ -79,7 +79,7 @@ func load_level(level_id):
|
||||||
repositories_node.add_child(new_repo)
|
repositories_node.add_child(new_repo)
|
||||||
repositories[r] = new_repo
|
repositories[r] = new_repo
|
||||||
|
|
||||||
terminal.repository = repositories[repositories.keys()[0]]
|
terminal.repository = repositories[repo_names[repo_names.size()-1]]
|
||||||
terminal.clear()
|
terminal.clear()
|
||||||
|
|
||||||
# Unmute the audio after a while, so that player can hear pop sounds for
|
# Unmute the audio after a while, so that player can hear pop sounds for
|
||||||
|
|
Loading…
Reference in a new issue