Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation2/data/DefaultResources.oxr @ 6404

Last change on this file since 6404 was 6404, checked in by rgrieder, 14 years ago

Simplified our resource system a bit by working with a single resource group on the user end.
However you can still declare resource groups for separate loading. But accessing the files will always look in all groups.

  • Property svn:eol-style set to native
File size: 524 bytes
Line 
1<ResourceCollection resourceGroup = "General" >
2    <ResourceLocation path = "levels" />
3    <ResourceLocation path = "lua" />
4    <ResourceLocation path = "overlays" />
5    <ResourceLocation path = "particle" />
6    <ResourceLocation path = "tcl" />
7</ResourceCollection>
8
9<ResourceCollection resourceGroup = "GUI" >
10    <ResourceLocation path = "gui/configs" />
11    <ResourceLocation path = "gui/layouts" />
12    <ResourceLocation path = "gui/schemes" />
13    <ResourceLocation path = "gui/scripts" />
14</ResourceCollection>
Note: See TracBrowser for help on using the repository browser.