Add support for Yu-Ris YSLB(labels) file (.ybn)

This commit is contained in:
2026-06-01 15:12:09 +08:00
parent 06936c821a
commit 906c72faaf
5 changed files with 219 additions and 0 deletions

View File

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