Add basic support for Qlie Abmp10/11/12 image (.b)

This commit is contained in:
2026-01-30 13:50:04 +08:00
parent 59c40b451e
commit fd9533ae7e
6 changed files with 464 additions and 0 deletions

View File

@@ -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,