Merge branch 'main' of github.com:git-learning-game/oh-my-git

This commit is contained in:
blinry 2023-09-06 11:45:15 +02:00
commit fd34a36b6d
345 changed files with 2461 additions and 5 deletions

View file

@ -0,0 +1,49 @@
list=Array[Dictionary]([{
"base": &"Node",
"class": &"BetterShell",
"icon": "",
"language": &"GDScript",
"path": "res://scenes/better_shell.gd"
}, {
"base": &"Node",
"class": &"Chapter",
"icon": "",
"language": &"GDScript",
"path": "res://scenes/chapter.gd"
}, {
"base": &"Control",
"class": &"FileBrowserItem",
"icon": "",
"language": &"GDScript",
"path": "res://scenes/file_browser_item.gd"
}, {
"base": &"Node",
"class": &"Level",
"icon": "",
"language": &"GDScript",
"path": "res://scenes/level.gd"
}, {
"base": &"Node",
"class": &"LevelRepo",
"icon": "",
"language": &"GDScript",
"path": "res://scenes/level_repo.gd"
}, {
"base": &"Node",
"class": &"Shell",
"icon": "",
"language": &"GDScript",
"path": "res://scenes/shell.gd"
}, {
"base": &"Node",
"class": &"ShellCommand",
"icon": "",
"language": &"GDScript",
"path": "res://scenes/shell_command.gd"
}, {
"base": &"Control",
"class": &"Terminal",
"icon": "",
"language": &"GDScript",
"path": "res://scenes/terminal.gd"
}])