fc
Author: lamonami
Description Source Code Launch App Current Users

Short Description:

57

Full Description

var backgroundImage = '05b83220-1ccc-4871-9333-70f97488de00';
var tipsReceived = 3545;
var highestTip = 'tipDaddy 135';
var lastTipReceived = 'big_tipper 25';
var fontSize = 11;

cb.onDrawPanel(function(user) {
return {
"template": "image_template",
"layers": [
{'type': 'image', 'fileID': backgroundImage},
{
'type': 'text',
'text': 'TIPS RECEIVED',
'top': 5,
'left': 61,
'font-size': fontSize,
'color': 'orange',
},
{
'type': 'text',
'text': 'HIGHEST TIP',
'top': 29,
'left': 73,
'font-size': fontSize,
'color': 'orange',
},
{
'type': 'text',
'text': 'LATEST TIP RECEIVED',
'top': 52,
'left': 28,
'font-size': fontSize,
'color': 'orange',
},
{
'type': 'text',
'text': tipsReceived,
'top': 5,
'left': 147,
'font-size': fontSize,
'color': 'white',
},
{
'type': 'text',
'text': highestTip,
'top': 29,
'left': 147,
'font-size': fontSize,
'color': 'white',
},
{
'type': 'text',
'text': lastTipReceived,
'top': 51,
'left': 147,
'font-size': fontSize,
'color': 'white',
},
],
};
});
cb.drawPanel();

© Copyright Chaturbate 2011- 2026. All Rights Reserved.