add TIM2 alpha setting

This commit is contained in:
ManicSteiner
2025-01-18 22:14:49 +08:00
parent 700084a820
commit 5eaf4391d8
10 changed files with 77 additions and 7 deletions

View File

@@ -837,5 +837,17 @@ namespace GameRes.Formats.Properties {
this["NexasEncodingCP"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("RGBA")]
public string TIM2AlphaFormat {
get {
return ((string)(this["TIM2AlphaFormat"]));
}
set {
this["TIM2AlphaFormat"] = value;
}
}
}
}