Skip to content

Commit

Permalink
장식 이동 이미지 변경 고려
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdgustn committed Feb 19, 2022
1 parent f2821c6 commit 8f9efd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ rl.on('line', line => {
all_file.splice(all_file.indexOf(level.settings.previewIcon), 1);
all_file.splice(all_file.indexOf(level.settings.bgImage), 1);

const EventFilter = [ 'AddDecoration' , 'CustomBackground' ];
const EventFilter = [ 'AddDecoration' , 'MoveDecoration' , 'CustomBackground' ];
for(let e of level.actions.filter(e => EventFilter.includes(e.eventType))) {
const filename = e.decText || e.bgImage || e.decorationImage;
if(!filename) continue;
Expand Down

0 comments on commit 8f9efd5

Please sign in to comment.