components/components_smartphone.lua
Lunovox ed6d2f9705
2024-08-08 09:02:00 -03:00

13 lines
No EOL
256 B
Lua

modComponents.apps = {
installeds = {"appSettings"},
repository = [
["appSettings"]={
title=modComponents.translate("Settings"),
icon="icon_settings.png"
on_play = Function(player)
--qual janela irá abrir!
end,
},
],
}