mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 13:58:50 +08:00
Add support for Yu-Ris YSLB(labels) file (.ybn)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user