Closed CodeChrisB closed 1 year ago
We also need a feature to add more sounds, instead of replacing them
New Id's will be generated in a costly manner
let newId = Math.max(...this.content.map(o => o.id))+1
Should be usable via
Let's first check if this is even possible....
The game does not look for new Ids it only looks for the Id's it knows that exist.
[AudioPromptEditor] New Feature
We also need a feature to add more sounds, instead of replacing them
New Id's will be generated in a costly manner
Should be usable via