Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/cleanup/resources.oxr @ 7470

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

Suggestion for a clearer folder structure in the data repository.
Please have a look and tell me what you think of it.

  • Property svn:eol-style set to native
File size: 822 bytes
Line 
1<ResourceCollection resourceGroup = "General" >
2    <ResourceLocation path = "audio" />
3    <ResourceLocation path = "fonts" />
4    <ResourceLocation path = "gui/fonts" />
5    <ResourceLocation path = "images/overlay" />
6    <ResourceLocation path = "images/skyboxes" />
7    <ResourceLocation path = "images/textures" />
8    <ResourceLocation path = "materials" />
9    <ResourceLocation path = "models" />
10    <ResourceLocation path = "packs/cubemap.zip" archiveType = "Zip" />
11    <ResourceLocation path = "packs/skybox.zip"  archiveType = "Zip" />
12    <ResourceLocation path = "programs" />
13</ResourceCollection>
14
15<ResourceCollection resourceGroup = "GUI" >
16    <ResourceLocation path = "gui/fonts" />
17    <ResourceLocation path = "gui/imagesets" />
18    <ResourceLocation path = "gui/looknfeel" />
19</ResourceCollection>
Note: See TracBrowser for help on using the repository browser.