Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/resources.oxr @ 8913

Last change on this file since 8913 was 8913, checked in by baermatt, 12 years ago

Including "levelpreviews" into the resources tree

  • Property svn:eol-style set to native
File size: 1.1 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/levelpreviews"/>
9    <ResourceLocation path = "images/overlay"   />
10    <ResourceLocation path = "images/skyboxes"  />
11    <ResourceLocation path = "images/textures"  />
12    <ResourceLocation path = "images/textures/seamless"/>
13    <ResourceLocation path = "images/textures/stellarobjects"/>
14    <ResourceLocation path = "materials"        />
15    <ResourceLocation path = "models"           />
16    <ResourceLocation path = "packs/cubemap.zip" archiveType = "Zip"/>
17    <ResourceLocation path = "packs/skybox.zip"  archiveType = "Zip"/>
18    <ResourceLocation path = "programs"         />
19
20    <ResourceLocation path = "gui/fonts"        />
21    <ResourceLocation path = "gui/imagesets"    />
22    <ResourceLocation path = "gui/looknfeels"   />
23</ResourceCollection>
Note: See TracBrowser for help on using the repository browser.