code-dot-org / dance-party

Renderer for the Dance game type. Based on p5.js and p5.play.js.
https://code-dot-org.github.io/dance-party/
13 stars 13 forks source link

Paint drip #595

Closed epeach closed 4 years ago

epeach commented 4 years ago

paint_drip_palette Adds Paint-drip as a dance-party foreground. Original work by Shruthi Sundar.

This foreground uses the colors from the neon palette and presents as a paint drip on top of the dance characters. The drips drip-down to the right and drip-up to the left.

cc: @simplycloud

codecov-io commented 4 years ago

Codecov Report

Merging #595 into master will increase coverage by 2.38%. The diff coverage is 10.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #595      +/-   ##
==========================================
+ Coverage   30.86%   33.24%   +2.38%     
==========================================
  Files          28       28              
  Lines        3937     3974      +37     
==========================================
+ Hits         1215     1321     +106     
+ Misses       2722     2653      -69
Impacted Files Coverage Δ
src/constants.js 100% <ø> (ø) :arrow_up:
src/Effects.js 31.44% <10.52%> (-1.34%) :arrow_down:
src/shapes/musicNote.js 0.85% <0%> (-99.15%) :arrow_down:
src/shapes/pineapple.js 100% <0%> (+99.55%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8c6c1de...a1dc702. Read the comment docs.