Created animation PBS file compiler and writer

This commit is contained in:
Maruno17
2023-09-24 18:20:32 +01:00
parent d4077875a4
commit 2ff47cf40d
6 changed files with 588 additions and 25 deletions

View File

@@ -0,0 +1,8 @@
MenuHandlers.add(:debug_menu, :create_animation_pbs_files, {
"name" => _INTL("Write all animation PBS files"),
"parent" => :files_menu,
"description" => _INTL("Write all animation PBS files."),
"effect" => proc {
Compiler.write_all_battle_animations
}
})