This commit is contained in:
Lunovox 2024-08-08 09:02:00 -03:00
parent d1594296dc
commit ed6d2f9705

13
components_smartphone.lua Normal file
View file

@ -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,
},
],
}