From ff1912a85ba046de336c60d60055fdcfb698d4ec Mon Sep 17 00:00:00 2001 From: max Date: Tue, 21 Apr 2020 15:07:34 +0200 Subject: [PATCH] Added settings wiki. --- Settings.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Settings.md diff --git a/Settings.md b/Settings.md new file mode 100644 index 0000000..430d443 --- /dev/null +++ b/Settings.md @@ -0,0 +1,25 @@ +# Settings +Settings are stored in the /Settings/MA_TextureAtlasserProSettings.asset. This is automatically created the first time the Atlas Editor window is opened. + +![MA_TextureAtlasserSettings](https://maxartz15.com/wp-content/uploads/2020/04/MA_TextureAtlasserSettings.png) + +## GUI +Editor Gui Settings contains settings about the look of the interface. +You can switch between: +* Icon and text: this will display button icons with text next to them. +* Icon: this will only show the button icons. +* Text: this will enable text only mode. + +Tool tips: +* Enable tool tips: this will enable tool tips when you hover over buttons (when Use Hotkeys is active the hotkeys will be shown as well). + +After changing settings related to the GUI, **press the reload button** or re-open the atlas editor window to see the changes. + +## Hotkeys +Hotkeys can be enabled by checking the Use Hotkeys checkbox. + +## Duplication +Duplicated quad name prefix: the prefix used to name the new quad when duplicating one. + +## Selection +Auto focus: when enabled, duplication/creating/removing the next quad is selected automatically. \ No newline at end of file