Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/resource2/data/resources.oxr @ 5657

Last change on this file since 5657 was 5657, checked in by rgrieder, 15 years ago

Dividing the resource locations isn't necessary after all: The trick is not to initialise them without a renderer.

File size: 538 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.