mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-03-31 18:02:20 +02:00
49 lines
980 B
INI
49 lines
980 B
INI
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"
|
|
}])
|