Created
June 22, 2020 15:19
-
-
Save seanirby/dfe031786710c8125376b685ce65c264 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window: | |
width: 800 | |
height: 240 | |
# This applies the glow shader to our display. You can read more | |
# about the settings for this effect here: | |
# http://docs.missionpinball.org/en/dev/displays/widgets/display/effects.html?highlight=glow#settings-for-glow-effect | |
effects: | |
- type: glow | |
blur_size: 5.0 | |
intensity: .6 | |
glow_speed: 1.0 | |
glow_amplitude: .2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment