mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
doc and luabinder changes
This commit is contained in:
@@ -38,7 +38,7 @@ function Client.init()
|
||||
addEvent(function()
|
||||
scheduleEvent(function()
|
||||
-- Play startup music (The Silver Tree, by Mattias Westlund)
|
||||
g_sounds.playMusic("startup.ogg", 3)
|
||||
--g_sounds.playMusic("startup.ogg", 3)
|
||||
connect(g_game, { onGameStart = function() g_sounds.stopMusic(3) end })
|
||||
connect(g_game, { onGameEnd= function() g_sounds.playMusic("startup.ogg", 3) end })
|
||||
end, 100)
|
||||
|
Reference in New Issue
Block a user