Embed sound effects inside of doodads #90
Labels
No labels
bug
doodad
enhancement
levels & doodads
security
ui toolkit
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: SketchyMaze/doodle#90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Doodads should be able to embed their own sound effects (and music?) which would be handled similarly to Wallpaper embeds in levels.
When actor scripts call
Sound.Play()
it should check their embedded sounds first before checking the global sounds. This avoids any conflict in file naming or lets a doodad override a game's default sound.doodad
toolThe CLI must allow creating a doodad with embedded sound files (flags for
doodad convert
ordoodad edit
In-game UI
In the Level Editor we already have the Attachments UI that lists (and deletes) embedded files (wallpapers and doodads).
It could be repurposed in the Doodad Editor to also allow uploading arbitrary files right there. Users would upload SFX into their doodad by going thru the Attachments window.