In the block code editor menu, there is an event called "On Start Of Layout". Is there a way to get this event via script so i can load a world?
Develop games in your browser. Powerful, performant & highly capable.
I did not know the name of the event, what you just gave me was what i needed. Thank you!
I am trying to connect a function to the changing of a layout. Can you guys help me?
something along the lines of this:
runtime.addEventListener("onstartoflayout", () => setup(50));
Member since 24 Apr, 2020