Add support for Yu-Ris YSTL(file list) file (.ybn)

This commit is contained in:
2026-06-01 13:10:58 +08:00
parent 807c53511d
commit 06936c821a
7 changed files with 570 additions and 1 deletions

View File

@@ -929,6 +929,8 @@ pub enum ScriptType {
#[cfg(feature = "yuris")]
/// Yu-Ris scenario text file (.txt)
YurisTxt,
/// Yu-Ris YSTL(file list) file (.ybn)
YurisYSTL,
#[cfg(feature = "yuris-img")]
/// YU-RIS compressed image file (.ydg)
YurisYDG,