Skip to content

Commit

Permalink
fix: sprite effects resetting after title text
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Aug 30, 2020
1 parent bab6992 commit d6f147a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sprite effects.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ addDualDialogTag('spriteEffect', function (environment, parameters) {
});

// reset
after('reset_cur_game', function () {
before('reset_cur_game', function () {
activeEffects = {
tile: {},
sprite: {},
Expand Down

0 comments on commit d6f147a

Please sign in to comment.