RockRaiders
RockRaiders copied to clipboard
remove single pixel images, use color palette
what do you think @karyon
we can use loader.load_from_data( TextureData::color(COLOR), (), &storage,
to add a single colored texture. this requires a split of the assetmanager, because the current implementation of assetmanager does not support hardcoded storages.
since there is no batching at all, we will close this issue with the upcoming assetmanagerrefactoring