Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed May 19, 2024
1 parent c139243 commit ffb0fb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Every node can have `"children"`, there are three ways of accessing them, either
"type": "CCSprite",
"index": 0,
"attributes": {
...
//...
}
}
],
Expand All @@ -67,7 +67,7 @@ You can also get the parent from a child:
"example-node":{
"parent": {
"attributes":{
...
//...
}
}
}
Expand All @@ -83,7 +83,7 @@ Within MenuLayer, we can see there is a menu, the main menu, which has three but
"children": {
"node": {
"main-menu":{
...
//...
}
}
}
Expand Down

0 comments on commit ffb0fb1

Please sign in to comment.