Skip to content

Commit 1748b04

Browse files
authored
add more vars so people stop repeating questions (#87)
* add more vars so people stop repeating questions * why did github add an extra newline
1 parent 7d91567 commit 1748b04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mods/settings.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,10 @@ The default value for file settings support a set of known path prefixes to allo
262262
|----------|------|
263263
| `{gd_dir}` | The main Geometry Dash directory (which contains `GeometryDash.exe` on Windows) |
264264
| `{gd_save_dir}` | The Geometry Dash save directory |
265+
| `{gd_resources_dir}` | The Geometry Dash resources directory |
265266
| `{mod_config_dir}` | The Geode-provided config directory for this mod |
266267
| `{mod_save_dir}` | The save directory for this mod |
268+
| `{mod_resources_dir}` | The resources directory for this mod |
267269
| `{temp_dir}` | The Geode directory for temporary files |
268270

269271
> :warning: Note that there is an alternative name for this type - `path` - however, **the `path` type has been deprecated**. Use either the `file` or `folder` type.
@@ -839,3 +841,4 @@ If you have used custom settings for the purpose of creating titles, you should
839841
Unless your custom settings are particularly complex, **it is recommended to just rewrite them from scratch**. This will take a bit of effort, but should be pretty easy [if you follow the guide for creating custom settings](#custom-settings). It is also just good practice in general to (if possible) rewrite parts of your codebase every now and then to make sure everything is as refined as possible.
840842

841843
It is heavily recommended to follow the practices laid out in the [Custom Settings part of this tutorial](#custom-settings) for setting nodes, as this results in conventional, easy-to-use and easy-to-maintain UIs. However, if you do have a reason to make a setting that has unconventional UI, you can of course always hide the name label and do what you want.
844+

0 commit comments

Comments
 (0)