2dengine / love.scene

Small scene graph library written for the LÖVE framework using pure Lua
MIT License
14 stars 1 forks source link

Suggestion: Add `layer:getChildren` method #5

Closed flamendless closed 1 year ago

2dengine commented 1 year ago

Can you please provide a little bit more info regarding how you plan to use this feature. Right now you can iterate the child nodes by accessing the "layer.list" table.

flamendless commented 1 year ago

Oh, i didnt know about that list variable. That solves my inquiry. Thanks