andymeneely / squib

A Ruby DSL for prototyping card games.
http://squib.rocks
MIT License
918 stars 67 forks source link

Add config option: `missing_image: ` for `fail` or `warn` #339

Closed andymeneely closed 3 years ago

andymeneely commented 3 years ago

Sometimes it really interrupts me to have the missing image break the build. Maybe have a config option that simply warns you instead of failing altogether?

andymeneely commented 3 years ago

Additionally you can have an option for placeholder so that it just draws a placeholder image you define.