Skip to content

Commit efe8908

Browse files
committed
linkify spinner guide events
1 parent 6fa12e9 commit efe8908

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/config/spinners.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@ The basic flow:
5151

5252
2. A spinner switch is hit
5353
1. The spinner becomes "active" and sets a timeout for `active_ms:` duration
54-
2. The spinner posts *spinner_\(name\)_active* event
55-
3. The spinner posts *spinner_\(name\)_hit* event
54+
2. The spinner posts [*spinner_\(name\)_active*](../events/spinner_spinner_active.md) event
55+
3. The spinner posts [*spinner_\(name\)_hit*](../events/spinner_spinner_hit.md) event
5656

5757
3. Additional switch hits occur
5858
1. The spinner resets the timeout for another `active_ms:` duration
59-
2. The spinner posts a *spinner_\(name\)_hit* event for each hit
59+
2. The spinner posts a [*spinner_\(name\)_hit*](../events/spinner_spinner_hit.md) event for each hit
6060

6161
4. Switch hits stop and the active delay timer expires
6262
1. The spinner switches to "inactive" state
63-
2. The spinner posts *spinner_\(name\)_inactive* event
63+
2. The spinner posts [*spinner_\(name\)_inactive*](../events/spinner_spinner_inactive.md) event
6464
3. (Optional) If `idle_ms:` is defined, the spinner sets a timeout for idle_ms duration
6565

6666
5. (Optional) No switch hits occur and the idle delay timer expires
67-
1. The spinner posts *spinner_\(name\)_idle* event
67+
1. The spinner posts [*spinner_\(name\)_idle*](../events/spinner_spinner_idle.md) event
6868
2. The spinner switches to "idle" state
6969

7070
## Optional settings
@@ -119,8 +119,8 @@ A list of labels to apply to the switches in the spinner. If used, the
119119
number of labels should equal the number of switches.
120120

121121
When a spinner switch is hit and `labels:` are defined, additional
122-
events will be posted with *spinner_\(name\)_\(label\)_active* and
123-
*spinner_\(name\)_\(label\)_hit*. This allows the game to trigger
122+
events will be posted with [*spinner_\(name\)_\(label\)_active*](../events/spinner_spinner_label_active.md) and
123+
[*spinner_\(name\)_\(label\)_hit*](../events/spinner_spinner_label_hit.md). This allows the game to trigger
124124
different behavior based on which spinner switch is hit first or spins
125125
more times.
126126

docs/mechs/spinners.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ counters:
8686
* [spinner_(name)_inactive](../events/spinner_spinner_inactive.md)
8787
* [spinner_(name)_idle](../events/spinner_spinner_idle.md)
8888
* [spinner_(name)_active](../events/spinner_spinner_active.md)
89-
* [spinner_(name)_(label)_hit](../events/spinner_spinner_label_hit.md)
90-
* [spinner_(name)_(label)_active](../events/spinner_spinner_label_active.md)
89+
* [spinner_(name)\_(label)_hit](../events/spinner_spinner_label_hit.md)
90+
* [spinner_(name)\_(label)_active](../events/spinner_spinner_label_active.md)

0 commit comments

Comments
 (0)