Skip to content

Commit

Permalink
Document fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bboudaoud-nv committed Dec 13, 2022
1 parent fa4f7c8 commit b1a969c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ In addition to being able to be specified on a per-user basis, the experiment/se
|`reticleColor` |`Array<Color4>` |Provides a range of colors over which to set the reticle color as an `Array` w/ 2 elements (min, max)|
|`reticleChangeTime` |`float` |Provides the time (in seconds) for the reticle to change color and/or size following a shot |

Note that when these values are specified at the experiment or session level the `allowReticleChange` property of the [menu configuration](#menu-config) should be set to `false` as user changes to the reticle will not apply.
Note that when these values are specified at the experiment, session, or trial level the `allowReticleChange` property of the [menu configuration](#menu-config) can still be set to `true` but only fields *not* specified in the experiment/session/trial will be displayed as editable in the user menu. If all config is specified in by the experiment then the reticle pane/preview is not shown in the user menu.

### Weapon Cooldown
| Parameter Name |Units| Description |
Expand Down

0 comments on commit b1a969c

Please sign in to comment.