Function reloadTextures

#include <Geode/utils/cocos.hpp>voidreloadTextures()

Reload textures, overwriting the scene to return to after the loading screen is finished

Parameters

returnTo

A function that returns a new layer. After loading is finished, the game switches to the given layer instead of MenuLayer. Leave nullptr to enable default behaviour
Examples0