Move some tools for consistency, audo add feature for card debugger

This commit is contained in:
Michal Pikulski
2025-11-07 09:32:43 +01:00
parent 3e607f3857
commit 0d8702a5f6
12 changed files with 73 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ namespace AppleHills.Core.Settings.Editor
private Dictionary<string, SerializedObject> serializedSettingsObjects = new Dictionary<string, SerializedObject>();
private GUIStyle headerStyle;
[MenuItem("AppleHills/Developer Settings Editor")]
[MenuItem("AppleHills/Settings/Developer Settings Editor")]
public static void ShowWindow()
{
GetWindow<DeveloperSettingsEditorWindow>("Developer Settings");