mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-15 19:04:57 +01:00
No hardcoded level list
This commit is contained in:
parent
8e70be0b93
commit
f2b88d893e
1 changed files with 0 additions and 1 deletions
1
main.gd
1
main.gd
|
@ -26,7 +26,6 @@ func _ready():
|
||||||
input.grab_focus()
|
input.grab_focus()
|
||||||
|
|
||||||
func list_levels():
|
func list_levels():
|
||||||
return ["01-blob", "02-tree", "03-commit", "04-parents"]
|
|
||||||
var levels = []
|
var levels = []
|
||||||
var dir = Directory.new()
|
var dir = Directory.new()
|
||||||
dir.open("levels")
|
dir.open("levels")
|
||||||
|
|
Loading…
Reference in a new issue