code-dot-org / dance-party

Renderer for the Dance game type. Based on p5.js and p5.play.js.

Home Page:https://code-dot-org.github.io/dance-party/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement `changePropByEach` for changing a property on a group of sprites

joshlory opened this issue · comments

The delta should be applied to each sprite individually. So if starting size is [20, 20, 100], a change by 10 would result in [30, 30, 110].

block definition

note name: "changePropEachBy"
Hope that isn't confusing!