Skip to content

Commit

Permalink
Merge pull request #3 from missionpinball/0.15.2
Browse files Browse the repository at this point in the history
0.15.2
  • Loading branch information
toomanybrians committed Mar 20, 2015
2 parents 81f716d + 0cc61f3 commit 36c35a2
Show file tree
Hide file tree
Showing 13 changed files with 1,175 additions and 6 deletions.
Binary file added machine_files/aztec/animations/rolling_ball.dmd
Binary file not shown.
506 changes: 506 additions & 0 deletions machine_files/aztec/config/config.yaml

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added machine_files/aztec/images/scribble.bmp
Binary file not shown.
137 changes: 137 additions & 0 deletions machine_files/aztec/shows/attract/attract_display.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
- tocks: 5
display:
type: Image
image: mpf_logo
transition:
type: move_in
direction: top

- tocks: 3
display:
- type: Text
text: FAST PINBALL
- type: Text
text: MISSION PINBALL FRAMEWORK
v_pos: bottom
font: small
#y: -1
x: 2

- tocks: 2
display:
- type: Animation
animation: rolling_ball
fps: 60
drop_frames: no
layer: 1
repeat: True
transition:
type: move_out
direction: top

- tocks: 3
display:
- type: Text
text: PRESS START
decorators:
type: blink
repeats: -1
on_secs: .5
off_secs: .5
- type: Text
text: FREE PLAY
color: 00ff00
v_pos: bottom
font: small
transition:
type: move_in
duration: 1s
direction: right

- tocks: 3
display:
- type: Text
text: FOLD ME UP!
#color: ff3300
transition:
type: move_in
duration: 1s
direction: top
layer: 1
- type: Shape
shape: box
#color: 0000ff
width: 128
height: 32
shade: 9
layer: 1

- tocks: 3
display:
- type: Image
image: scribble
transition:
type: move_in
direction: left
layer: 2
- type: Text
text: TEXT UNDER IMAGE
color: 00ff00
layer: 1
shade: 8

- tocks: 3
display:
- type: Text
text: CENTERED SIZE 10
color: ff0000
- type: Text
font: small
v_pos: top
h_pos: left
color: ffff00
text: TOP LEFT SIZE 5
- type: Text
text: BOTTOM CENTERED SIZE 7
v_pos: bottom
h_pos: center
font: medium
color: 0000ff
transition:
type: move_out
direction: bottom

- tocks: 3
display:
- type: Text
font: small
v_pos: center
h_pos: center
text: DRAWING SHAPES
color: ff00ff
layer: 1
- type: Shape
shape: box
x: 0
y: 0
color: ff0000
width: 128
height: 32
thickness: 3
- type: Shape
shape: box
x: 10
y: 10
width: 10
height: 15
shade: 9
color: 4400ff
- type: Shape
shape: box
x: 100
y: 5
width: 20
height: 30
thickness: 0
shade: 3
color: ff3300
36 changes: 36 additions & 0 deletions machine_files/aztec/shows/attract/ball_lock_lane.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
- tocks: 1
leds:
locklane5: 0000ff
- tocks: 1
leds:
locklane4: 0000ff
- tocks: 1
leds:
locklane3: 0000ff
- tocks: 1
leds:
locklane2: 0000ff
- tocks: 1
leds:
locklane1: 0000ff
- tocks: 5
leds:
locklaneTop: ff0000
- tocks: 1
leds:
locklane5: 000000
- tocks: 1
leds:
locklane4: 000000
- tocks: 1
leds:
locklane3: 000000
- tocks: 1
leds:
locklane2: 000000
- tocks: 1
leds:
locklane1: 000000
- tocks: 1
leds:
locklaneTop: 00
32 changes: 32 additions & 0 deletions machine_files/aztec/shows/attract/kit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
- tocks: 1
leds:
centerRow1: ff0000
centerRow2: 000000
- tocks: 1
leds:
centerRow2: ff0000
centerRow1: 000000
- tocks: 1
leds:
centerRow3: ff0000
centerRow2: 000000
- tocks: 1
leds:
centerRow4: ff0000
centerRow3: 000000
- tocks: 1
leds:
centerRow5: ff0000
centerRow4: 000000
- tocks: 1
leds:
centerRow4: ff0000
centerRow5: 000000
- tocks: 1
leds:
centerRow3: ff0000
centerRow4: 000000
- tocks: 1
leds:
centerRow2: ff0000
centerRow3: 000000
Loading

0 comments on commit 36c35a2

Please sign in to comment.