Option to delete original textures from disk

This commit is contained in:
Loporrit
2025-02-24 03:35:48 +00:00
parent f7abf9f374
commit c42316b058
4 changed files with 68 additions and 8 deletions

View File

@@ -12,4 +12,5 @@ public class PlayerPerformanceConfig : IMareConfiguration
public int TrisAutoPauseThresholdThousands { get; set; } = 375;
public bool IgnoreDirectPairs { get; set; } = true;
public TextureShrinkMode TextureShrinkMode { get; set; } = TextureShrinkMode.Default;
public bool TextureShrinkDeleteOriginal { get; set; } = false;
}