Apps Home
|
My Uploads
|
Create an App
Test CHL
Author:
adinner
Description
Source Code
Launch App
Current Users
Created by:
Adinner
App Images
var backgroundImageProgress = '21bd9d41-755b-4db9-9496-cb0336a0f163'; var backgroundImageTest = '99bfc7f1-1bd6-4702-ac90-3ac60bb49701'; var tipsReceived = 0; var highestTip = null; var lastTipReceived = null; var fontSize = 11; cb.onTip(function (tip) { lastTipReceived = parseInt(tip['amount']); cb.drawPanel(); }); cb.onDrawPanel(function(user) { return { "template": "image_template", "layers": [ { 'type': 'table', 'background-color': '#000000' }, { 'type': 'text', 'text': 'TIPS RECEIVED', 'top': 5, 'left': 61, 'font-size': fontSize, 'color': 'orange', }, {'type': 'image', 'fileID': backgroundImageProgress, left: 23}, { '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- 2025. All Rights Reserved.