mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-29 20:29:00 +02:00
On Windows, use the faster BetterShell
This commit is contained in:
parent
a60b2f9afb
commit
05b98d7a13
6 changed files with 127 additions and 39 deletions
|
@ -10,6 +10,11 @@ config_version=4
|
|||
|
||||
_global_script_classes=[ {
|
||||
"base": "Node",
|
||||
"class": "BetterShell",
|
||||
"language": "GDScript",
|
||||
"path": "res://scenes/better_shell.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": "Chapter",
|
||||
"language": "GDScript",
|
||||
"path": "res://scenes/chapter.gd"
|
||||
|
@ -40,6 +45,7 @@ _global_script_classes=[ {
|
|||
"path": "res://scenes/shell_command.gd"
|
||||
} ]
|
||||
_global_script_class_icons={
|
||||
"BetterShell": "",
|
||||
"Chapter": "",
|
||||
"FileBrowserItem": "",
|
||||
"Level": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue