How do I transition from the menu screen(with gui) to the actual game?
It doesn’t say this in the docs, unless I missed it(I might have)
How do I transition from the menu screen(with gui) to the actual game?
It doesn’t say this in the docs, unless I missed it(I might have)
GuiGlobals.getInstance().setCursorEventsEnabled(false);
…should do it.