diff --git a/.godot/editor/editor_layout.cfg b/.godot/editor/editor_layout.cfg index ca1bfff..b9579b8 100644 --- a/.godot/editor/editor_layout.cfg +++ b/.godot/editor/editor_layout.cfg @@ -23,7 +23,7 @@ v_split_offset=0 display_mode=0 file_sort=0 file_list_display_mode=1 -selected_paths=PackedStringArray() +selected_paths=PackedStringArray("res://") uncollapsed_paths=PackedStringArray("Favorites", "res://") [docks/History] @@ -53,8 +53,8 @@ position=Vector2i(0, 23) [ScriptEditor] -open_scripts=["res://README.md", "res://test"] -selected_script="res://test" +open_scripts=[] +selected_script="" open_help=[] script_split_offset=200 list_split_offset=0 diff --git a/.godot/editor/filesystem_cache10 b/.godot/editor/filesystem_cache10 index 6388836..a81b5f8 100644 --- a/.godot/editor/filesystem_cache10 +++ b/.godot/editor/filesystem_cache10 @@ -1,4 +1,4 @@ 63f7b34db8d8cdea90c76aacccf841ec -::res://::1773433418 +::res://::1773436659 icon.svg::CompressedTexture2D::3681760179864442057::1773433345::1773433427::1::::<><><>0<>0<>ed5b0c367615dcfdc54b61bc45350208<>res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex:: README.md::TextFile::-1::1773433345::0::1::::<><><>0<>0<><>:: diff --git a/.godot/editor/project_metadata.cfg b/.godot/editor/project_metadata.cfg index 8e29391..7cb6593 100644 --- a/.godot/editor/project_metadata.cfg +++ b/.godot/editor/project_metadata.cfg @@ -8,4 +8,4 @@ executable_path="D:/SteamLibrary/steamapps/common/Godot Engine/godot.windows.opt [recent_files] -scripts=["res://test", "res://README.md"] +scripts=["res://test.txt", "res://test", "res://README.md"] diff --git a/.godot/editor/script_editor_cache.cfg b/.godot/editor/script_editor_cache.cfg index 41a32a1..4743b5a 100644 --- a/.godot/editor/script_editor_cache.cfg +++ b/.godot/editor/script_editor_cache.cfg @@ -11,17 +11,3 @@ state={ "selection": false, "syntax_highlighter": "Markdown" } - -[res://test] - -state={ -"bookmarks": PackedInt32Array(), -"breakpoints": PackedInt32Array(), -"column": 0, -"folded_lines": PackedInt32Array(), -"h_scroll_position": 0, -"row": 0, -"scroll_position": 0.0, -"selection": false, -"syntax_highlighter": "Plain Text" -} diff --git a/test.txt b/test.txt deleted file mode 100644 index 2e65efe..0000000 --- a/test.txt +++ /dev/null @@ -1 +0,0 @@ -a \ No newline at end of file