Option to delete original textures from disk
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user