mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-18 00:45:08 +08:00
Add support to create script file. Add bgi ._bsi file support
This commit is contained in:
@@ -209,6 +209,10 @@ pub enum ScriptType {
|
||||
#[value(alias("ethornell"))]
|
||||
/// Buriko General Interpreter/Ethornell Script
|
||||
BGI,
|
||||
#[cfg(feature = "bgi")]
|
||||
#[value(alias("ethornell-bsi"))]
|
||||
/// Buriko General Interpreter/Ethornell bsi script (._bsi)
|
||||
BGIBsi,
|
||||
#[cfg(feature = "escude-arc")]
|
||||
/// Escude bin archive
|
||||
EscudeArc,
|
||||
|
||||
Reference in New Issue
Block a user