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

Added left/right column, top/bottom row, and diamond to sprite layouts #596

Closed jmkulwik closed 4 years ago

jmkulwik commented 4 years ago

Adds 5 new layouts

Top/bottom row

image (9)

Left/right column

image (10)

Diamond

image (11)

Diamond with non-square numbers of sprites

codecov-io commented 4 years ago

Codecov Report

Merging #596 into master will increase coverage by 0.21%. The diff coverage is 89.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #596      +/-   ##
==========================================
+ Coverage   33.24%   33.45%   +0.21%     
==========================================
  Files          28       28              
  Lines        3974     3993      +19     
==========================================
+ Hits         1321     1336      +15     
- Misses       2653     2657       +4
Impacted Files Coverage Δ
src/p5.dance.js 83.95% <89.47%> (-0.16%) :arrow_down:

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 21f8451...0035b87. Read the comment docs.