Install:
wget run https://aof-os.pdrewicz.site/os/client/start.lua
Creating apps:
apps are saved in /programs/[name]/
use 'require("/basalt")' for shared ui library
for stuff only meant to happen when app is used through AOF-OS check for arg[1] == "aof-os"
editable properties:
{
"name": "musicPlayer",
"displayName": "Music player",
"url": "http://aof-os.pdrewicz.site/musicplayer/client/startUI.lua", //Installer url
"bg": "b", //Background
"fg": "f", //Foreground
"icon": 14,
"iconColor": "1",
"borderColor": "f"
}
icons:
colors:

