Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 6920ca1

Browse files
committed
Update README.md
1 parent 748e0ca commit 6920ca1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,22 @@ Requires [BepInEx](https://github.com/BepInEx/BepInEx) to be installed for your
6262

6363
### Mod Config
6464

65-
There is a simple Mod Config for the Explorer, which is generated the first time you run it.
65+
There is a simple Mod Config for the Explorer. You can access the settings via the "Options" page of the main menu.
6666

67-
This config is generated to `[Game_Directory]\Mods\Explorer\config.xml`. Edit the config while the game is closed if you wish to change it.
68-
69-
`Main_Menu_Toggle` (KeyCode)
67+
`Main Menu Toggle` (KeyCode)
7068
* Sets the keybinding for the Main Menu toggle (show/hide all Explorer windows)
7169
* See [this article](https://docs.unity3d.com/ScriptReference/KeyCode.html) for a full list of all accepted KeyCodes.
7270
* Default: `F7`
7371

74-
`Default_Window_Size` (Vector2)
72+
`Default Window Size` (Vector2)
7573
* Sets the default width and height for all Explorer windows when created.
7674
* `x` is width, `y` is height.
7775
* Default: `<x>550</x> <y>700</y>`
7876

77+
`Default Items per Page` (Int)
78+
* Sets the default items per page when viewing lists or search results.
79+
* Default: `20`
80+
7981
## Features
8082

8183
### Scene Explorer

0 commit comments

Comments
 (0)