components/components_smartphone.lua

13 lines
256 B
Lua
Raw Normal View History

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