switchScene API #82

Open
opened 2022-10-17 10:53:10 +02:00 by kazhnuz · 2 comments
Owner
switchScene(newScene, transitionIn, transitionOut, data)
```lua switchScene(newScene, transitionIn, transitionOut, data) ```
kazhnuz added this to the epervier 0.7.0 milestone 2022-10-17 10:53:10 +02:00
kazhnuz added the
1. Feature
2. Deliverable
4. Birb Core
labels 2022-10-17 10:53:10 +02:00
Author
Owner

maybe more scenes:switch("path.of.scene", {in = {transitionIn}, out = {transitionOut}})

maybe more `scenes:switch("path.of.scene", {in = {transitionIn}, out = {transitionOut}})`
Author
Owner

Maybe it'll need also an API for callFunctionWithTransition(function, {in = {transitionIn}, out = {transitionOut}})

Maybe it'll need also an API for `callFunctionWithTransition(function, {in = {transitionIn}, out = {transitionOut}})`
Sign in to join this conversation.
No description provided.