SoundPlayer

This commit is contained in:
kepler155c@gmail.com
2019-01-18 08:47:49 -05:00
parent 8fed8618d3
commit b66e214dbf
7 changed files with 588 additions and 17 deletions

View File

@@ -195,7 +195,7 @@ Event.on('shop_provide', function(_, item, quantity, uid)
Milo:queueRequest({ }, function()
local count = Milo:eject(itemDB:splitKey(item), quantity)
os.queueEvent('shop_provided', uid, count)
Sound.play('entity.villager.yes')
Sound.play('entity.player.levelup')
end)
end)