garrynewman / GWEN

Abandoned: GWEN - GUI Without Extravagant Nonsense.
MIT License
429 stars 102 forks source link

Texture and font paths have no real system to them #11

Closed sreich closed 11 years ago

sreich commented 11 years ago

Texture paths are just specified relative, but this doesn't actually work. We need to be able to specify some kind of dir to load the textures, then every texture call after that will be relative to that dir.

Currently it just does LoadTexture("someimage.png"), which means it has to be right next to it.

Same thing applies to setting the fonts of a skin, etc.

garrynewman commented 11 years ago

This is on purpose. It's for the integrator to define what the paths mean, not us.