CodeChrisB / JackModBox

1 stars 0 forks source link

APE Add Custom Sounds #38

Closed CodeChrisB closed 1 year ago

CodeChrisB commented 1 year ago

[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

let newId = Math.max(...this.content.map(o => o.id))+1

Should be usable via

CodeChrisB commented 1 year ago

Let's first check if this is even possible....

CodeChrisB commented 1 year ago

The game does not look for new Ids it only looks for the Id's it knows that exist.