From: Josh <axl...@gm...> - 2009-07-03 04:12:05
|
Cool Charles Lohr wrote: > Josh, > > I added the theme system. I haven't fully tested it yet, but I will > start doing that soon. The biggest point, the file manager addition, > does appear to be working correctly. There is a big change between HG1 > and HG2 in this respect. > > HG1: FILE:test.txt => Themes/default/Files/test.txt > HG2: FILE:test.txt => Themes/default/File/test.txt > > Note that in HG2, the 's' is not automatically added. > > This is because in HG2, we are not hard-coding the FILE, GRAPHIC, MODEL, > etc. stuff. We, instead just detect for: > > [ALL CAPS PART]:[file] > > And translate it to: > > Themes/[theme search in reverse order]/[Proper caps part]/[file] > > This enables users to make up their own theme file sections. > > Charles > > ------------------------------------------------------------------------------ > _______________________________________________ > Hgengine-devs mailing list > Hge...@li... > https://lists.sourceforge.net/lists/listinfo/hgengine-devs > |