mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-23 21:01:22 +02:00
Index Status Icons
This commit is contained in:
parent
3bb62a5d84
commit
a725508dc8
6 changed files with 99 additions and 8 deletions
|
@ -14,6 +14,11 @@ _global_script_classes=[ {
|
|||
"language": "GDScript",
|
||||
"path": "res://scenes/chapter.gd"
|
||||
}, {
|
||||
"base": "Control",
|
||||
"class": "FileBrowserItem",
|
||||
"language": "GDScript",
|
||||
"path": "res://scenes/file_browser_item.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": "Level",
|
||||
"language": "GDScript",
|
||||
|
@ -36,6 +41,7 @@ _global_script_classes=[ {
|
|||
} ]
|
||||
_global_script_class_icons={
|
||||
"Chapter": "",
|
||||
"FileBrowserItem": "",
|
||||
"Level": "",
|
||||
"LevelRepo": "",
|
||||
"Shell": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue