-- Pavel Pavlov @ 2023
-- Project "Floating image as Status with forward/backward loop icon switch"
--=========== UI config ================
-- XML : write ID you want, write name in image from asset as your default image,
-- width and heithg are size of your image
-- offsetXY or position - x,y coordinate where your icon appear after loading
-- [[ in the begining and ]] in the end are muliline Lua syntax
all_objects_xml = [[
]]
-- write your images below
all_images_asset = UI.setCustomAssets({
{
name = "No Contact",
url = 'http://cloud-3.steamusercontent.com/ugc/2065504167937408778/BFA61829A8DFD16E81A2E922FF01C62CBFF3B735/'
},
{
name = "Contact",
url = 'http://cloud-3.steamusercontent.com/ugc/2065504167937405350/4975A63C6D2505935886ED26666C50AE04205BB3/'
},
{
name = "Engaged",
url = 'http://cloud-3.steamusercontent.com/ugc/2065504167937415545/EC4C40A7FD6F9D0CEAD10B102B550EBBE75795B6/'
},
{
name = "Heavy",
url = 'http://cloud-3.steamusercontent.com/ugc/2065504167937411442/935261BAD9D5E74EA359D8F2A701260D13B8C806/'
},
{
name = "1",
url = 'http://cloud-3.steamusercontent.com/ugc/5097543432699983198/9FB030B514FB2F95D97818EDEE8503F19993F21D/'
},
{
name = "2",
url = 'http://cloud-3.steamusercontent.com/ugc/5097543432699982901/F1DFBE509A64878D20B3486EC71CBEAE781340DA/'
},
{
name = "3",
url = 'http://cloud-3.steamusercontent.com/ugc/5097543432699982737/4CA96863C2C2E20A4C488551CEC3712055E1FA0B/'
},
{
name = "4",
url = 'http://cloud-3.steamusercontent.com/ugc/5097543432699982641/B628E70E8D07D9AE54C0F77FDCAAA49CE28B705E/'
},
{
name = "5",
url = 'http://cloud-3.steamusercontent.com/ugc/5097543432699982549/6E879DB0825EAE36DC24191E582426347192906D/'
},
{
name = "6",
url = 'http://cloud-3.steamusercontent.com/ugc/5097543432699982336/03D36558438C60EBFBC9F1E664FB5CD0A7202321/'
}
})
-- draw images button
UI.setXml(all_objects_xml, all_images_asset)
--================= Click Function ===============
-- Left Mouse click - next icon image
-- Right Mouse click - previous icon image
-- The first image appears aftre the last and vice verse
local iconSet = {}
local index = {}
--=============== Change these ===============
-- You'll need to upload your images to Modding-Scripting-Tab Global-Custom UI Assets
-- where Tools icon top right , click red cross and select image file you want
-- Names of images must be matched with Names in iconSet below
-- Write ID from each