fc
Author: lamonami

You are viewing version 526349. There is a newer version of this app. See the latest version of this app.

Description Source Code Launch App Current Users

Short Description:

57

Full Description

var backgroundImage = 'http://images.vfl.ru/ii/1525387148/3f174bc9/21605182.png';
var tipsReceived = 3545;
var highestTip = 'tipDaddy 135';
var lastTipReceived = 'big_tipper 25';
var fontSize = 11;

cb.onDrawPanel(function(user) {
return {
"template": "http://images.vfl.ru/ii/1525387148/3f174bc9/21605182.png",
"layers": [
{'type': 'image', 'http://images.vfl.ru/ii/1525387148/3f174bc9/21605182.png': backgroundImage},
{
'type': 'text',
'text': 'TIPS RECEIVED',
'top': 5,
'left': 61,
'font-size': fontSize,
'color': 'pink',
},
{
'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.