Open AlessioDP opened 1 year ago
Added a setting for optional minimize text for mappings.
The goal is to make an option that you can access in a mapping file to choose what type of text to print.
Example of a mapping code:
const minimizeText = game.settings.get(Pdfconfig.ID, 'minimizeText'); if (minimizeText) { // Do X } else { // Do Y }
Added a setting for optional minimize text for mappings.
The goal is to make an option that you can access in a mapping file to choose what type of text to print.
Example of a mapping code: