From 8d54d662639b7f79a25928fd2e926b43a40e934a Mon Sep 17 00:00:00 2001
From: htoo-aung <113065976+htoo-aung@users.noreply.github.com>
Date: Thu, 30 Jan 2025 15:47:29 -0600
Subject: [PATCH] merged asset folders to standardize casing

---
 .godot/editor/editor_layout.cfg       | 6 +++---
 .godot/editor/script_editor_cache.cfg | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.godot/editor/editor_layout.cfg b/.godot/editor/editor_layout.cfg
index f6013bd..9dc6503 100644
--- a/.godot/editor/editor_layout.cfg
+++ b/.godot/editor/editor_layout.cfg
@@ -14,11 +14,11 @@ dock_hsplit_3=-380
 dock_hsplit_4=0
 dock_filesystem_h_split_offset=240
 dock_filesystem_v_split_offset=0
-dock_filesystem_display_mode=2
+dock_filesystem_display_mode=0
 dock_filesystem_file_sort=0
 dock_filesystem_file_list_display_mode=1
-dock_filesystem_selected_paths=PackedStringArray("res://scenes/")
-dock_filesystem_uncollapsed_paths=PackedStringArray("Favorites", "res://", "res://assets/")
+dock_filesystem_selected_paths=PackedStringArray("res://")
+dock_filesystem_uncollapsed_paths=PackedStringArray("Favorites", "res://")
 dock_3="Scene,Import"
 dock_4="FileSystem"
 dock_5="Inspector,Node,History"
diff --git a/.godot/editor/script_editor_cache.cfg b/.godot/editor/script_editor_cache.cfg
index c0c166e..4a890df 100644
--- a/.godot/editor/script_editor_cache.cfg
+++ b/.godot/editor/script_editor_cache.cfg
@@ -5,9 +5,9 @@ state={
 "breakpoints": PackedInt32Array(),
 "column": 27,
 "folded_lines": Array[int]([]),
-"h_scroll_position": 446,
+"h_scroll_position": 0,
 "row": 99,
-"scroll_position": 100.0,
+"scroll_position": 7.74,
 "selection": false,
 "syntax_highlighter": "GDScript"
 }
-- 
GitLab