mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-30 17:05:37 +08:00
(RCT): ApplyMask setting text.
This commit is contained in:
parent
df9deb0d09
commit
6af3e14f34
@ -78,7 +78,7 @@ namespace GameRes.Formats.Majiro
|
|||||||
};
|
};
|
||||||
LocalResourceSetting ApplyMask = new LocalResourceSetting {
|
LocalResourceSetting ApplyMask = new LocalResourceSetting {
|
||||||
Name = "RCTApplyMask",
|
Name = "RCTApplyMask",
|
||||||
Text = "Automatically load alpha-channel",
|
Text = "Load transparency data from RC8 bitmap",
|
||||||
};
|
};
|
||||||
public const int BaseRecursionLimit = 8;
|
public const int BaseRecursionLimit = 8;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user