Fleshed out Animation Editor's chooser screen, added lots of example animation PBS files

This commit is contained in:
Maruno17
2023-11-30 22:16:42 +00:00
parent 5553218507
commit b69f1fc5a6
241 changed files with 24533 additions and 104 deletions

View File

@@ -85,7 +85,7 @@ class AnimationEditor::ParticleList < UIControls::BaseControl
@row_index = 0
# Particle information to display (one row each)
@particles = [] # Reference to particle data from the editor scene
@expanded_particles = [0] # Each element is index in @particles
@expanded_particles = [] # Each element is index in @particles
@particle_list = [] # Each element is index in @particles or [index, property]
@visibilities = [] # Per particle
@commands = {}