More new battle animations

This commit is contained in:
Maruno17
2024-04-24 22:49:19 +01:00
parent 99aec45c5c
commit 81ce6e515c
13 changed files with 798 additions and 312 deletions

View File

@@ -267,6 +267,7 @@ module AnimationEditor::ParticleDataHelper
def optimize_all_particles(particles)
particles.each do |particle|
next if particle[:name] == "SE"
particle.each_pair do |key, cmds|
next if !cmds.is_a?(Array) || cmds.empty?
particle[key] = optimize_commands(particle, key)