Allent1 / wagic

Automatically exported from code.google.com/p/wagic
Other
0 stars 0 forks source link

(graphical glitch) wood / gold textures #293

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
in the Theme Final Saga, the wood and gold textures are empty files, but
the engine shows a thin white line when displaying them.
Erasing the files would solve this,but causes inconsistency with the way we
deal with themes so far. 

Original issue reported on code.google.com by wagic.the.homebrew@gmail.com on 11 Jan 2010 at 3:48

GoogleCodeExporter commented 8 years ago
There are a few things we can do here. We can remove wood/gold entirely, which
removes the problem but might break a theme or two (off the top of my head I 
can't
think of any, though). Or we can delete the files, then set it up so the images 
don't
display if a file doesn't exist in the base (default "/res/graphics") folder and
doesn't exist in the theme (for final saga, that'd still be the base).

Or we can leave it as it... now that I've played a bit with tinyXML I'm thinking
it'll be really easy to add theme configuration files to the next release, so 
the
issue should go away at that point.

Original comment by wagic.jeck@gmail.com on 16 Feb 2010 at 12:43