From 9ef18cde0b9802295118b922b76b851e96af2fbf Mon Sep 17 00:00:00 2001 From: anysad Date: Thu, 11 Jul 2024 18:10:35 +0300 Subject: [PATCH] Add HEY! song events to Tutorial --- .../data/songs/tutorial/tutorial-chart.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/preload/data/songs/tutorial/tutorial-chart.json b/preload/data/songs/tutorial/tutorial-chart.json index 692e7801c..7b2709bd9 100644 --- a/preload/data/songs/tutorial/tutorial-chart.json +++ b/preload/data/songs/tutorial/tutorial-chart.json @@ -13,6 +13,16 @@ "t": 14400, "v": { "zoom": 1.0, "duration": 4, "ease": "elasticInOut" } }, + { + "e": "PlayAnimation", + "t": 18525, + "v": { "target": "boyfriend", "anim": "hey", "force": true } + }, + { + "e": "PlayAnimation", + "t": 18525, + "v": { "target": "dad", "anim": "cheer", "force": false } + }, { "e": "FocusCamera", "t": 19200, "v": { "char": 1 } }, { "e": "ZoomCamera", @@ -25,6 +35,16 @@ "t": 24000, "v": { "zoom": 1.0, "duration": 4, "ease": "elasticInOut" } }, + { + "e": "PlayAnimation", + "t": 28125, + "v": { "target": "boyfriend", "anim": "hey", "force": true } + }, + { + "e": "PlayAnimation", + "t": 28125, + "v": { "target": "dad", "anim": "cheer", "force": false } + }, { "e": "FocusCamera", "t": 28800, "v": { "char": 1 } }, { "e": "ZoomCamera",