Skip to content

Commit 9d83e7d

Browse files
committed
update guides related to tilt slide guide
1 parent 4e01fee commit 9d83e7d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/game_logic/tilt/overwrite_tilt_slides.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ title: Overwriting Tilt Slides
44

55
# Overwriting Tilt Slides
66

7+
!!! note "This guide is intended for MPF versions before 0.80"
8+
9+
MPF 0.80 creates slides via Godot, not in the YAML game config files like MPF 0.57.
10+
The updated guide for creating custom tilt slides and overwriting default tilt mode
11+
slide behaviors lives [in the GMC guides section](../../gmc/guides/tilt_mode.md).
712

813
The [tilt mode](../../index.md) comes with very
914
basic slides. You can overwrite them using the following config:

docs/gmc/reference/slide_player.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,16 @@ Queues the slide for playback at the beginning of the slide queue. This slide wi
8080

8181
Queues the slide for playback immediately. If an existing queued slide is playing, it will be removed immediately and this slide will play. The rest of the queued slides will follow after this slide is finished.
8282

83-
#### `remove`
83+
#### `remove`:
8484

85-
: Removes the slide from the list of active slides. If this slide is
85+
Removes the slide from the list of active slides. If this slide is
8686
the highest priority slide that's currently showing, then the
8787
next-highest priority slide will be shown in its place.
8888

8989
If a `transition_out:` setting is used, then that transition will be
9090
used here.
9191

92-
For example, to remove *slide1* when the event *remove_slide_1* is
93-
posted:
92+
For example, to remove *slide1* when the event *remove_slide_1* is posted:
9493

9594
``` yaml
9695
#! slides:

0 commit comments

Comments
 (0)