Skip to content

Commit 4bc673a

Browse files
committed
example: Update machine config to tutorial step 9.
1 parent 95f2768 commit 4bc673a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

VisualPinball.Engine.Mpf/machine/config/config.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@ switches:
2828
s_trough_jam:
2929
number: 7
3030
s_plunger:
31-
number: 10
31+
number: 21
32+
s_start:
33+
number: 22
34+
tags: start
35+
s_right_inlane:
36+
number: 23
37+
tags: playfield_active
3238

3339
coils:
3440
c_flipper_left_main:
@@ -69,9 +75,7 @@ flippers:
6975
main_coil: c_flipper_left_main
7076
hold_coil: c_flipper_left_hold
7177
activation_switch: s_left_flipper
72-
enable_events: machine_reset_phase_3
7378
right_flipper:
7479
main_coil: c_flipper_right_main
7580
hold_coil: c_flipper_right_hold
7681
activation_switch: s_right_flipper
77-
enable_events: machine_reset_phase_3

0 commit comments

Comments
 (0)