#TextureAtlas

5 messages · Page 1 of 1 (latest)

distant apex
#

I want to setting 2 plugins, window title and hot-reload..

does using DefaultPlugins.set satisfied, and how?

fierce stag
#

set isn't variadic, you need to call it once for each plugin you want to change

DefaultPlugins.set(WindowPlugin { .. }).set(AssetPlugin { .. })
distant apex
#

seem is ok just leaving

fierce stag
#

You can right click the thread to close it