Blockaroz / CalamityHunt

Hunt of the Old God
GNU General Public License v3.0
1 stars 0 forks source link

Asset Loading Adjustments #7

Closed steviegt6 closed 1 year ago

steviegt6 commented 1 year ago

This PR eliminates the TextureAsset type in favor of direct Asset<T> pointers.

It originally did a bit more with asset loading, but that was deemed unnecessary. The AssetDirectory class is also cleaned up some.