mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-12 07:58:48 +08:00
Add basic support for Qlie Abmp10/11/12 image (.b)
This commit is contained in:
@@ -784,6 +784,10 @@ pub enum ScriptType {
|
||||
#[cfg(feature = "qlie-img")]
|
||||
/// Qlie tiled PNG image (.png)
|
||||
QlieDpng,
|
||||
#[cfg(feature = "qlie-img")]
|
||||
#[value(alias = "qlie-abmp11", alias = "qlie-abmp12")]
|
||||
/// Qlie Abmp10/11/12 image (.b)
|
||||
QlieAbmp10,
|
||||
#[cfg(feature = "silky")]
|
||||
/// Silky Engine Mes script
|
||||
Silky,
|
||||
|
||||
Reference in New Issue
Block a user