Skip to content

Commit

Permalink
docs: Fix type in actor children example (#3274)
Browse files Browse the repository at this point in the history
  • Loading branch information
isokissa authored Nov 8, 2024
1 parent 4a35f74 commit f34ab30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/02-fundamentals/03-actors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const parent = new ex.Actor({...});

const child = new ex.Actor({...});

actor.addChild(child);
parent.addChild(child);
```

1. Paper doll assemblies - Moving a parent body actor and having child actor arms, legs, head, etc. pieces move.
Expand Down

0 comments on commit f34ab30

Please sign in to comment.