We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a51f1b commit e0352feCopy full SHA for e0352fe
docs/tutorial/3_get_flipping.md
@@ -62,7 +62,7 @@ Notice that we added tags called `left_flipper` and `right_flipper`.
62
These are optional, but recommended. The reason is that MPF includes a
63
[combo switch](../game_logic/combo_switches.md) feature which posts events when player switches are held in
64
combination. If you add these tags to your flipper switches, an event
65
-called [*flipper_cancel*](../../events/flipper_cancel.md) will be posted when the player hits both flipper
+called [*flipper_cancel*](../events/flipper_cancel.md) will be posted when the player hits both flipper
66
buttons at the same time which you can use to cancel shows and other
67
things you want the player to be able to skip.
68
0 commit comments