Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add playable sound effects / music. #16

Closed
drwhut opened this issue Sep 28, 2020 · 0 comments
Closed

Add playable sound effects / music. #16

drwhut opened this issue Sep 28, 2020 · 0 comments
Labels
feature New feature or request
Milestone

Comments

@drwhut
Copy link
Owner

drwhut commented Sep 28, 2020

Is your feature request related to a problem? Please describe.
There is no way to play sound effects or music in the game currently.

Describe the solution you'd like
Allow the user to import audio files in the assets folder, e.g. in assets/[PACK]/sounds/, which can then be played globally in-game. In multiplayer, the sound should be played to all players.

Describe alternatives you've considered
None.

Additional context
Since in #12 we are planning to add a timer object, we should probably implement this functionality with a speaker object of some kind (maybe a boombox?).

@drwhut drwhut added the feature New feature or request label Sep 28, 2020
@drwhut drwhut added this to the v0.1.0 milestone Sep 28, 2020
drwhut added a commit that referenced this issue Feb 15, 2021
This is in preparation for allowing the game to import audio files,
which will be needed for #12 and #16.

This update also allows for the importing of Collada (.dae) files!
A test sphere has been added to the default asset pack which has
been exported as a Collada file.
@drwhut drwhut closed this as completed in 2c4fcda Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant