Hello everyone,
I’m trying to get an effect for showoverlay to work and I’m not having any luck. The hideOverlay effect is working just fine though. Here is the code.
composer.showOverlay( "pauseMenu", { isModal = true, effect="slideDown", time = 250})
The time and isModal work fine, but the effect doesn’t do anything. (or any effect)
composer.hideOverlay("slideDown", 500)
This works though. So I’m not sure what is going on here.
Any help would be appreciated!