Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/resources.oxr @ 7708

Last change on this file since 7708 was 7708, checked in by dafrick, 13 years ago

Merging cleanup branch. You will need to update your data repository as well as your local copy of the code.

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