quinton-ashley / p5play

JavaScript game engine that uses q5.js/p5.js for graphics and Box2D for physics.
https://p5play.org
GNU Affero General Public License v3.0
667 stars 184 forks source link

Group property changes should propagate to subgroups #320

Closed quinton-ashley closed 6 months ago

quinton-ashley commented 6 months ago

Changing a group's property should also change that property in its subgroups.

https://p5play.org/learn/group.html?page=5

If the user sets boxes.w = 10 that should also change bigBoxes.w and smallBoxes.w.

quinton-ashley commented 6 months ago

fixed in v3.22.0