diff --git a/components_smartphone.lua b/components_smartphone.lua new file mode 100644 index 0000000..936439e --- /dev/null +++ b/components_smartphone.lua @@ -0,0 +1,13 @@ + +modComponents.apps = { + installeds = {"appSettings"}, + repository = [ + ["appSettings"]={ + title=modComponents.translate("Settings"), + icon="icon_settings.png" + on_play = Function(player) + --qual janela irĂ¡ abrir! + end, + }, + ], +} \ No newline at end of file