Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CzcxsPlaybutton-Mpro256 #973

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions art/CzcxsPlayButton-Mpro256/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
/*
@title: CzcxsPlaybutton
@author: Mpro256
@snapshot: mainsnapshot.png
*/

const width = 125
const height = 125
setDocDimensions(125,125)

const allLines = []

allLines.push(...bt.text("Awarded to ", [39, 32], bt.randInRange(1, 2.6)))
allLines.push(...bt.text("czcx", [52, 23], bt.randInRange(1, 1.1)))
allLines.push(...bt.text("For Surpassing 500 Subscribers", [17, 13], bt.randInRange(1, 1.3)))

//top yt logo line
drawLines([
[
[100, 108],
[28, 107]
]
]);
// right line of yt logo
drawLines([
[
[99, 109],
[99, 66]
]
]);
//bottom yt logo line
drawLines([
[
[28, 65],
[99, 65]
]
]);
//left line yt logo
drawLines([
[
[29, 108],
[29, 65]
]
]);

//INNER YT LOGO STARTS HERE

drawLines([
[
[84, 83],
[51, 68]
]
]);

drawLines([
[
[51, 97],
[52, 69]
]
]);

drawLines([
[
[49, 98],
[86, 81]
]
]);


drawLines(allLines)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading