Getting there
This commit is contained in:
parent
ed5a4379db
commit
f300dbd394
43 changed files with 1218 additions and 464 deletions
|
|
@ -120,12 +120,12 @@ const main = async () => {
|
|||
new FullScreenHandler(fullScreenButton, document.documentElement);
|
||||
|
||||
new VibeNavigator({
|
||||
onChange: ({ vibeId, vibeName, source }) => {
|
||||
onChange: ({ vibeId, vibeName, source, userGesture }) => {
|
||||
trackVibeChange({ vibeId, vibeName, source });
|
||||
game?.onVibeChanged();
|
||||
syncRuntimeUi();
|
||||
configPane?.refresh();
|
||||
game?.playVibeChangeAudio(true);
|
||||
game?.playVibeChangeAudio(userGesture);
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue