Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
KilledByAPixel committed Jun 27, 2024
1 parent 964877d commit b8c9444
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
7 changes: 4 additions & 3 deletions build/littlejs.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -5247,9 +5247,10 @@ function drawEngineSplashScreen(t)
// engine
for (let i=5; i--;)
{
circle(60-i*6,30,10,0,2*PI,color(i+2,3));
circle(60-i*6,30,10.1,-.5,PI+.5,color(i+2,2));
circle(60-i*6,30,10.2,.5,PI-.5,color(i+2,1));
// stagger radius to fix slight seam
circle(60-i*6,30, 9.9,0,2*PI,color(i+2,3));
circle(60-i*6,30,10.0,-.5,PI+.5,color(i+2,2));
circle(60-i*6,30,10.1,.5,PI-.5,color(i+2,1));
}

// engine outline
Expand Down
2 changes: 1 addition & 1 deletion build/littlejs.esm.min.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions build/littlejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5247,9 +5247,10 @@ function drawEngineSplashScreen(t)
// engine
for (let i=5; i--;)
{
circle(60-i*6,30,10,0,2*PI,color(i+2,3));
circle(60-i*6,30,10.1,-.5,PI+.5,color(i+2,2));
circle(60-i*6,30,10.2,.5,PI-.5,color(i+2,1));
// stagger radius to fix slight seam
circle(60-i*6,30, 9.9,0,2*PI,color(i+2,3));
circle(60-i*6,30,10.0,-.5,PI+.5,color(i+2,2));
circle(60-i*6,30,10.1,.5,PI-.5,color(i+2,1));
}

// engine outline
Expand Down
2 changes: 1 addition & 1 deletion build/littlejs.min.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions build/littlejs.release.js
Original file line number Diff line number Diff line change
Expand Up @@ -4870,9 +4870,10 @@ function drawEngineSplashScreen(t)
// engine
for (let i=5; i--;)
{
circle(60-i*6,30,10,0,2*PI,color(i+2,3));
circle(60-i*6,30,10.1,-.5,PI+.5,color(i+2,2));
circle(60-i*6,30,10.2,.5,PI-.5,color(i+2,1));
// stagger radius to fix slight seam
circle(60-i*6,30, 9.9,0,2*PI,color(i+2,3));
circle(60-i*6,30,10.0,-.5,PI+.5,color(i+2,2));
circle(60-i*6,30,10.1,.5,PI-.5,color(i+2,1));
}

// engine outline
Expand Down

0 comments on commit b8c9444

Please sign in to comment.