about summary refs log tree commit diff stats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Handled games with no imagesKelly Rauchenberger2018-03-022-1/+1
| | | | For games where no images could be downloaded from Steam, which happens if a game has been removed from the store, the bot will now use a default background. This image is copyright Nintendo.
* Added "YOU GOT A MOON!" overlay to imageKelly Rauchenberger2018-03-022-0/+0
| | | | | | | | The font used is MOON GET! (https://maxigamer.deviantart.com/art/Font-MOON-GET-A-Super-Mario-Odyssey-Typeface-732847350). The name of the achievement is also printed in a config-defined font. The correct moon image is also added to the output. Fixed issue where images wouldn't be stretched to conform to a 16:9 ratio. The bot will no longer generate multi moons.
* Renamed "moon image" to colorKelly Rauchenberger2018-03-0112-0/+1
Also moved color sprites to a resources directory.