KuSpa / RockRaiders

👨‍🏭 Clone of an awesome same named game
GNU General Public License v3.0
18 stars 1 forks source link

remove single pixel images, use color palette #23

Open KuSpa opened 5 years ago

KuSpa commented 5 years ago

what do you think @karyon

KuSpa commented 5 years ago

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.

KuSpa commented 5 years ago

since there is no batching at all, we will close this issue with the upcoming assetmanagerrefactoring