mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
added localization strings for settings.
This commit is contained in:
@@ -72,14 +72,9 @@ namespace GameRes.Formats.Majiro
|
||||
Settings = new[] { OverlayFrames, ApplyMask };
|
||||
}
|
||||
|
||||
LocalResourceSetting OverlayFrames = new LocalResourceSetting {
|
||||
Name = "RCTOverlayFrames",
|
||||
Text = "Automatically combine incremental frames",
|
||||
};
|
||||
LocalResourceSetting ApplyMask = new LocalResourceSetting {
|
||||
Name = "RCTApplyMask",
|
||||
Text = "Load transparency data from RC8 bitmap",
|
||||
};
|
||||
LocalResourceSetting OverlayFrames = new LocalResourceSetting ("RCTOverlayFrames");
|
||||
LocalResourceSetting ApplyMask = new LocalResourceSetting ("RCTApplyMask");
|
||||
|
||||
public const int BaseRecursionLimit = 8;
|
||||
|
||||
public static Dictionary<string, string> KnownKeys = new Dictionary<string, string>();
|
||||
|
||||
Reference in New Issue
Block a user