Planimeter / game-engine-2d

Planimeter Game Engine 2D - LÖVE-based game engine for Lua
https://github.com/Planimeter/game-engine-2d/wiki
MIT License
736 stars 74 forks source link

Add sound functionality #42

Closed imthatgin closed 9 years ago

andrewmcwatters commented 9 years ago

Adding low priority to this because while it's important, we have to clear out existing bugs first.

andrewmcwatters commented 9 years ago

TODO:

entity:emitSound() gui.playSound()

Add others here if you can think of them.

imthatgin commented 9 years ago

entity:emitSound(range, sound)

andrewmcwatters commented 9 years ago

Closing this for now. We'll come back to this, but we have a lot of textbox and chat related stuff to take care of first.