Add new game support for escude

This commit is contained in:
2025-12-26 17:29:05 +08:00
parent ce2d901523
commit d8ef082645
6 changed files with 391 additions and 23 deletions

View File

@@ -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)]