Skip to content

Instantly share code, notes, and snippets.

View mackdroid's full-sized avatar

Maaki mackdroid

  • Hyderabad
View GitHub Profile
/* ==UserStyle==
@name a theme
@namespace whats this
@author macky
@description ripped it off the internet
@version 69.0.0
@license do whatever the fuck you want
==/UserStyle== */
discord css:
/* offcord */
function setup() {
createCanvas(400, 400);
speedx = random(0,10);
speedy = random(0,10);
g = 0.5;
xpos = 200;ypos= 200;
pos = createVector(xpos,ypos);
damping_factor = 0.75;
terminalvel = 30;
background(42);