mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Make PNG the default export format.
This commit is contained in:
@@ -72,7 +72,7 @@ IMPLEMENT_REFLECTION_NO_SCRIPT(ColumnSettings) {
|
||||
|
||||
GameSettings::GameSettings()
|
||||
: sort_cards_ascending(true)
|
||||
, images_export_filename(_("{card.name}.jpg"))
|
||||
, images_export_filename(_("{card.name}.png"))
|
||||
, images_export_conflicts(CONFLICT_NUMBER_OVERWRITE)
|
||||
, use_auto_replace(true)
|
||||
, pack_seed_random(true)
|
||||
|
||||
Reference in New Issue
Block a user