From ed6d2f970545de74517eed01cd0770265ba5a66e Mon Sep 17 00:00:00 2001 From: Lunovox Date: Thu, 8 Aug 2024 09:02:00 -0300 Subject: [PATCH] --- components_smartphone.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 components_smartphone.lua 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