eliasreid / rad-shooter

Simply c++ arcade-y shooting game using SDL. WIP, no installer
1 stars 0 forks source link

Need texture class #28

Open eliasreid opened 4 years ago

eliasreid commented 4 years ago

Noticeable now that I'm loading texture in other places apart from GameObject constructor, lots of duplicated code. Texture class could also have smarts for managing shared textures.