Add silky engine map file support

fix output extension for custom when importing
This commit is contained in:
2025-09-14 20:18:29 +08:00
parent cebf06a4dc
commit a4aafb089e
7 changed files with 386 additions and 1 deletions

View File

@@ -592,6 +592,9 @@ pub enum ScriptType {
#[cfg(feature = "silky")]
/// Silky Engine Mes script
Silky,
#[cfg(feature = "silky")]
/// Silky Engine Map script
SilkyMap,
#[cfg(feature = "softpal")]
/// Softpal src script
Softpal,