mirror of
https://gitlab.com/lunovox/components.git
synced 2025-03-14 23:51:21 +00:00
This commit is contained in:
parent
d1594296dc
commit
ed6d2f9705
1 changed files with 13 additions and 0 deletions
13
components_smartphone.lua
Normal file
13
components_smartphone.lua
Normal 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,
|
||||
},
|
||||
],
|
||||
}
|
Loading…
Add table
Reference in a new issue