Skip to content

Commit

Permalink
PlayAnimation in vslide charts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Jul 24, 2024
1 parent 1048ee3 commit 0eba3cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/game/SongLoader.hx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ class SongLoader {
output.events.push([event.e, event.t, event.v.zoom, '${event.v.ease},${event.v.duration}']);
case 'SetCameraBop':
output.events.push(['change camera zoom strength', event.t, event.v.intensity, event.v.rate]);
case 'PlayAnimation':
output.events.push(['play character animation', event.t, event.v.target, event.v.anim]);
default:
output.events.push([event.e, event.t, Std.string(event.v), '']);
}
Expand Down

0 comments on commit 0eba3cc

Please sign in to comment.