play sound example. Setup via settings

This commit is contained in:
Insality
2019-03-27 09:41:13 +03:00
parent 9d13837cf0
commit 349f73c515
3 changed files with 15 additions and 14 deletions

View File

@@ -146,14 +146,5 @@ function M.create(factory, module, name, ...)
end
function M.get_text(name)
-- override to get text for localized text
end
function M.play_sound(name)
-- override to play sound with name
end
register_basic_components()
return M