Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/data_extern/resources.oxr @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

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.