Add title support for scn script

This commit is contained in:
2025-09-09 17:21:41 +08:00
parent e25d97f041
commit dafc1c6e15
5 changed files with 120 additions and 0 deletions

View File

@@ -419,6 +419,9 @@ pub struct ExtraConfig {
#[default(true)]
/// Format lua code in Artemis ASB script(.asb/.iet) when exporting.
pub artemis_asb_format_lua: bool,
#[cfg(feature = "kirikiri")]
/// Whether to handle title in Kirikiri SCN script.
pub kirikiri_title: bool,
}
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]