mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-09 14:28:53 +08:00
Add new game support for escude
This commit is contained in:
@@ -523,6 +523,9 @@ pub struct ExtraConfig {
|
||||
/// 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,
|
||||
#[cfg(feature = "escude")]
|
||||
/// Escude game title
|
||||
pub escude_op: Option<crate::scripts::escude::script::EscudeOp>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]
|
||||
|
||||
Reference in New Issue
Block a user