//=time() ?>
Finished seven spellblades vol 3, 9/10 vol.
Was worth it after the setup vol 2. They should change its name to reign of foreshadow lmao
With this volume, year 1 ends.
michael mouse you had better let me have sick oki setups with jack skellington or so help me god you're gonna end up like this!!!!!
We've made some adjustements to background parallax system, and now you don't need to make a separate sprite for a horizontally-scaled (2.5d-like) piece
For example, the Spring Yard background can be loaded as a single image now! Here's an accurate setup for it 😀
50s-styled rail platform setup I'm working on for Portal 2 stuff
Think the robotic arm platforms in modern Aperture but downgraded to conventional technology
✨Stream Schedule✨
3/28 - 4/3
Different setup then normal but i'm excited for this week's streams! Community games are to be determined! #Vtuber #ENVtubers
I don't have much time to look at the update more atm, so here's some concept art from the gallery until I can look at the update more later today.
Figure Mode is also setup pretty simply, shouldn't be too hard to do fancier stuff with it
We've got such bad desk envy looking at this. 😲
Brb, got to declutter.
#desksetup #design #AnyTaskPlatform #freelance #wfh
ludum dare 50 game jam extravaganza is in 5 days… time to dust off the ol stream setup….
euh le stream sur VA-11 Hall-A sera plutôt vers 15h30 que 15h vu que je viens à peine de sortir de la douche et que j'ai rien setup ;)
en attendant, chocy milk
function setup(){
createCanvas(640,640);
background(0);
}
function draw(){
x = random(640);
y = random(640);
translate(width/2, height/2);
rotate(radians(x * y));
fill(x, y, y, x);
triangle(x, y, x * 2, y * 2, x * 2, y);
}
//#つぶやきProcessing
A similar setup was given to Nick Fury at the end of Cap 5 - Fury doesn’t appear in the next issue until the end; at that point he’s back in a regular outfit. This would just be too hard to draw repeatedly. https://t.co/IZbr1CB2KU
@ParadigmOffDuty this took longer to setup than i expected but huh this is an interesting way to view your whole locker
function setup(){createCanvas(640,640)}function draw(){background(255,4);let l=random;x=l(640),y=l(640),rectMode(CENTER),s=l(x/4),fill(0,0,l(127),127),triangle(x,y,1.2*x,1.2*y,x,1.2*y),s=l(x/6),fill(255,127),circle(x,y,s),s=l(x/8),fill(0,127),circle(x,y,s)}//#つぶやきProcessing