fix qr boolean config, add builder's manual print-out to equipment list

This commit is contained in:
ohsqueezy 2023-06-15 17:05:49 -04:00
parent ef5ec4d313
commit d828346fae
3 changed files with 3 additions and 2 deletions

2
NS.py
View File

@ -201,7 +201,7 @@ class NS(Game, Animation):
"display": "display":
{ {
"float": "attract-gif-alpha", "float": "attract-gif-alpha",
"bool": ["effects", "alpha-effect-title"], "bool": ["effects", "alpha-effect-title", "qr-static"],
"path": "scores-font" "path": "scores-font"
}, },
"system": "system":

2
config
View File

@ -30,7 +30,7 @@ attract-gif-alpha = 1.0
effects = True effects = True
alpha-effect-title = True alpha-effect-title = True
scores-font = BPmono.ttf scores-font = BPmono.ttf
qr-static = True qr-static = False
[system] [system]
# will force set display->effects to off # will force set display->effects to off

View File

@ -22,6 +22,7 @@ Basics
* Regular phillips-head screwdriver * Regular phillips-head screwdriver
* Pliers * Pliers
* Mailing list clipboard * Mailing list clipboard
* Builder's manual print-out
Raspberry Pi Raspberry Pi
------------ ------------