mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 06:04:59 +00:00
Created animation PBS file compiler and writer
This commit is contained in:
8
Data/Scripts/900_New utilities/anim debug.rb
Normal file
8
Data/Scripts/900_New utilities/anim debug.rb
Normal 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
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user