I’m using composer to show an overlay like so
composer.showOverlay("scenes.levelup", { isModal = true, params = { getLevel = storeTable.level } })
When I print out the event table inside the overlay I get the following
table: { [sceneName] =\> "scenes.levelup" [name] =\> "create" [params] =\> table: 0x7faa389d94e0 { [getLevel] =\> 2 } }
For some reason I can’t get it to send the parent. I need the event.parent to call a function on close.