bonesoul / voxeliq

voxeliq is an open source block-based game engine implementation developed with C#
http://www.int6.org/tag/voxeliq
Microsoft Public License
163 stars 43 forks source link

Asset manager should be moved out of Engine #55

Open bonesoul opened 11 years ago

bonesoul commented 11 years ago

Assets should be managed by the game itself and engine needs to be only aware of what it needs with our configuration interface (like block textures or so).

Delwin9999 commented 11 years ago

Maybe move it over to a Tools section? The block creator can go there too.

bonesoul commented 11 years ago

Though asset manager should be more than managing just the stuff related to blocks, so I think it should be tracked with its own issue.