This repository was archived by the owner on May 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -62,20 +62,22 @@ Requires [BepInEx](https://github.com/BepInEx/BepInEx) to be installed for your
62
62
63
63
### Mod Config
64
64
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 .
66
66
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)
70
68
* Sets the keybinding for the Main Menu toggle (show/hide all Explorer windows)
71
69
* See [ this article] ( https://docs.unity3d.com/ScriptReference/KeyCode.html ) for a full list of all accepted KeyCodes.
72
70
* Default: ` F7 `
73
71
74
- ` Default_Window_Size ` (Vector2)
72
+ ` Default Window Size ` (Vector2)
75
73
* Sets the default width and height for all Explorer windows when created.
76
74
* ` x ` is width, ` y ` is height.
77
75
* Default: ` <x>550</x> <y>700</y> `
78
76
77
+ ` Default Items per Page ` (Int)
78
+ * Sets the default items per page when viewing lists or search results.
79
+ * Default: ` 20 `
80
+
79
81
## Features
80
82
81
83
### Scene Explorer
You can’t perform that action at this time.
0 commit comments