From 8f9efd5c19b1b59e5137bc0275e0053ccd825ce1 Mon Sep 17 00:00:00 2001 From: "Hyunsoo, Chung" Date: Sat, 19 Feb 2022 22:37:52 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=A5=EC=8B=9D=20=EC=9D=B4=EB=8F=99=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EB=B3=80=EA=B2=BD=20=EA=B3=A0?= =?UTF-8?q?=EB=A0=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.js b/cli.js index af3add5..1d9e0ff 100644 --- a/cli.js +++ b/cli.js @@ -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;