-
-
Notifications
You must be signed in to change notification settings - Fork 98
Name
Marc Flerackers edited this page Mar 23, 2025
·
4 revisions
Work on this component is finished
The named component assigns a name to an object which can be used to search on, or to assign animations to.
leftLeg.add([
sprite(),
named("left-foot")
])
character.query({name: "left-foot"})