yhara / dxopal

Game development framework for Opal, API compatible to DXRuby

Home Page:https://yhara.github.io/dxopal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sound loop

yhara opened this issue · comments

Sound#play should take optional argument loop (boolean, default is false)

Add source.loop = true; here
https://github.com/yhara/dxopal/blob/master/lib/dxopal/sound.rb#L48