perandersson / playstate

PlayState
2 stars 0 forks source link

It should be possible to play music #20

Closed perandersson closed 11 years ago

perandersson commented 11 years ago

It should be possible to play music from the game engine.

perandersson commented 11 years ago

You can now load music using Lua command:

bg = Music.Load("/path/to/file")
Sound.Play(bg)