Add export support for Qlie tiled PNG image (.png)

This commit is contained in:
2026-01-29 23:35:38 +08:00
parent 430ffb26f6
commit 736fe4d6a8
9 changed files with 270 additions and 4 deletions

View File

@@ -781,6 +781,9 @@ pub enum ScriptType {
#[cfg(feature = "qlie-arc")]
/// Qlie Pack Archive (.pack)
QliePack,
#[cfg(feature = "qlie-img")]
/// Qlie tiled PNG image (.png)
QlieDpng,
#[cfg(feature = "silky")]
/// Silky Engine Mes script
Silky,