mjocean / PyProcGameHD-SkeletonGame

The current HD VGA Fork of PyProcGame (w/ HW Accel) + SkeletonGame to accelerate new game development
http://pinballprogramming.com
MIT License
14 stars 8 forks source link

Request: Different font sizes and styles in high scores during attract mode #21

Open mjocean opened 5 years ago

mjocean commented 5 years ago

It would be nice to have different font styles and sizes in the high scores entries.

This isn't too hard:

  1. dmdhelper.py::genMsgFrame() should be extended to include lists of fonts and styles dmdhelper.py at line 41
  2. layers.py::ScoreLayer should accept and pass through lists of fonts and styles layers.py at line 776
  3. dmdhelper.py:getLayerFromYaml() should be extended to support a new organization that allows the user to specify sections of fonts and sizes for each of the three types of entries: dmdhelper.py at line 235