mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-14 17:04:18 +08:00
Add a new argument to BGI script
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user