Jump to content

Nested Group Error


awbummer
 Share

Recommended Posts

The following...

    const testGroup = this.add.group("test");
    const testGroup2 = this.add.group("test2");
    testGroup.add(testGroup2);

...produces this error...

Uncaught (in promise) TypeError: child.on is not a function

Something I'm missing? Thanks!

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...