Skip to content

Commit 46c3f91

Browse files
committed
copy touchups for recent guides
1 parent 1e42345 commit 46c3f91

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

docs/gmc/guides/tilt_mode.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: GMC Tilt Slides
33
---
44

5-
# Tilt Slides in GMC
5+
# Tilt Mode Slide in GMC
66

77
GMC provides a default slide for handling warnings and tilt, and the standard [tilt mode](../../game_logic/modes/tilt.md)
88
in the MPF configuration provides a set of automatic hooks to display the slide with different messages.
99

1010
The previous guide, [Bonus Slides in GMC](bonus_mode.md), walks through creating your own slide
11-
to override the default provided by MPF. Regarding the GMC slide files, Tilt slide customization works in just the same way.
11+
to override the default provided by MPF. Regarding the GMC slide file, Tilt slide customization works in just the same way.
1212

1313
## Configure Tilt Settings
1414

@@ -23,7 +23,7 @@ If you use a number larger than three for your [tilt:warnings_to_tilt setting](.
2323
these further warning events do not have default slides provided, nor slide_player hooks.
2424

2525
For example, if you change the setting to 4 and wanted to use the text "UH OH" for the third warning,
26-
you could declare the `slide_player` extension in your overriding tilt mode file:
26+
you could define the `slide_player` extension in your overriding tilt mode file:
2727

2828
``` yaml
2929
##! mode: modes/tilt/config/tilt.yaml
@@ -39,11 +39,10 @@ slide_player:
3939
4040
There are two basic approaches to customizing the tilt slide.
4141
If you only want the standard warning and tilt text (and any custom further warning texts per the previous section),
42-
but want to add various display elements, you can provide a custom slide with an event variable for `text`.
42+
but want to add various display elements, you can provide a custom slide with a MPFVariable node configured for the event variable `text`.
4343

44-
The if you want further complexity or different behaviors around the slides, but still want to use the
45-
default tilt mode, you can override the `slide_player` from the default tilt mode and use slides in
46-
any way you want.
44+
If instead you want further complexity or different behaviors around the slides, but still want to use the
45+
default tilt mode for its game logic, you can override the `slide_player` from the default tilt mode and use slides in any way you want.
4746

4847
## Approach 1: Replace the default slide `tscn` file
4948

docs/shows/default_shows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The most basic of shows, "on" just turns a light or lights on to its default col
2424
### Color
2525

2626
This show does not allow for selection of light color. The default on color
27-
of the light will be used if none has been declared on the device.
27+
of the light will be used if none has been defined on the device.
2828
See: [lights:default_on_color](../config/lights.md#default_on_color).
2929

3030
### Tokens

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ nav:
671671
- Random Sound Pools: gmc/guides/random-sound-pools.md
672672
- Random Slide Children: gmc/guides/random-slide-children.md
673673
- Bonus Mode Slide: gmc/guides/bonus_mode.md
674-
- Tilt Mode Slides: gmc/guides/tilt_mode.md
674+
- Tilt Mode Slide: gmc/guides/tilt_mode.md
675675
- Spanning Multiple Monitors: gmc/guides/spanning-multiple-monitors.md
676676
- Display Filter Effects: gmc/guides/window-filters.md
677677
- Launching MPF Game with Godot: gmc/guides/launching-the-mpf-game-with-godot.md

0 commit comments

Comments
 (0)