π²Games-App for LB-Phone
This is a custom app for the LB-Phone. It works by simply running the script and does not require much knowledge.
Requirements:
Installation:
Config:
Config = {}
----------- App Settings -------
Config.AppName = "Games"
-- Displayed Name for OS & AppStore
Config.Description = "Play Games"
-- Displayed Description for AppStore
Config.DefaultApp = false
-- 'true' sets App Pre-Installed, 'false' requires download via AppStore
Config.Size = 52812
-- Sets App Size for Storage Usage from Phone
Config.Images = {}
-- Displayed Images in AppStore,
-- Usage: {"https://link.com/example.png", "https://link.com/example2.png"}How to add new games:
For app version > v1.1.1 (newest)
For app version < v1.1.1 (old)
Last updated
