Add a new argument to BGI script

This commit is contained in:
2025-11-15 21:52:46 +08:00
parent 37cade659b
commit 5fd1a336c6
4 changed files with 21 additions and 0 deletions

View File

@@ -519,6 +519,10 @@ pub struct ExtraConfig {
#[cfg(feature = "musica-arc")]
/// Whether to compress files in Musica paz archive when packing paz archive.
pub musica_compress: bool,
#[cfg(feature = "bgi")]
/// Add an additional space at the end of message in BGI scripts when importing.
/// This may help BGI engine to display the message correctly in save/load screen for some games.
pub bgi_add_space: bool,
}
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]