JavaScript game engine that uses q5.js/p5.js for graphics and Box2D for physics.
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
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 changebigBoxes.w
andsmallBoxes.w
.