mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
Merge branch 'main' of github.com:git-learning-game/oh-my-git
This commit is contained in:
commit
fd34a36b6d
345 changed files with 2461 additions and 5 deletions
49
.godot/global_script_class_cache.cfg
Normal file
49
.godot/global_script_class_cache.cfg
Normal 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"
|
||||
}])
|
Loading…
Add table
Add a link
Reference in a new issue