✨ new maps
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
:supports="['stop']"
|
||||
label="SFX"
|
||||
:node="node"
|
||||
@delete="emit('delete')"
|
||||
>
|
||||
<template #preview>
|
||||
<div
|
||||
@@ -38,6 +39,11 @@ const props = defineProps<{
|
||||
node: SfxGroupNode,
|
||||
}>();
|
||||
|
||||
const emit = defineEmits<{
|
||||
'delete': [],
|
||||
}>();
|
||||
|
||||
|
||||
const grouppedSounds = computed(() => {
|
||||
return groupBy(props.node.sounds(), (sound) => {
|
||||
return sound.name.replace(/(\d+)$/, '').trim();
|
||||
|
||||
Reference in New Issue
Block a user