This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @tool | |
| extends EditorScript | |
| const root: String = "res://" | |
| func _run() -> void: | |
| var dirs: Dictionary[String, Array] = { | |
| "addons": [], | |
| "lib": [], | |
| "docs": [], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [color_theme] | |
| word_highlighted_color="cce6e626" | |
| warning_color="ffcc661a" | |
| user_type_color="00b3ffff" | |
| text_selected_color="00000000" | |
| text_color="95aacfff" | |
| symbol_color="5d96ffff" | |
| string_color="63c259ff" | |
| selection_color="699ce859" |