globalChatBubbleScale {get;set}

API -

return function()
    local app = getApp();
    app.globalChatBubbleScale = 2; --accepts values between 1 and 4
end

Last updated