milo: speaker setup

This commit is contained in:
kepler155c@gmail.com
2018-12-04 01:33:17 -05:00
parent 21d182fd55
commit 0d13af3827
2 changed files with 74 additions and 1 deletions

View File

@@ -178,7 +178,7 @@ function page:eject(amount)
item.count = request.current - request.count
if request.count + request.craft > 0 then
self.grid:draw()
Sound.play('ui.button.click', .3)
Sound.play('ui.button.click')
return true
end
end