Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 17, 2009, 9:12:54 PM (15 years ago)
Author:
rgrieder
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/branches/media_stripped/resources.oxr

    r5654 r5657  
    11<ResourceCollection resourceGroup = "General" >
     2    <ResourceLocation path = "audio" />
     3    <ResourceLocation path = "fonts" />
     4    <ResourceLocation path = "materials/programs" />
     5    <ResourceLocation path = "materials/scripts" />
     6    <ResourceLocation path = "materials/textures" />
     7    <ResourceLocation path = "models" />
     8    <ResourceLocation path = "gui/fonts" />
     9    <ResourceLocation path = "packs/cubemap.zip" archiveType = "Zip" />
     10    <ResourceLocation path = "packs/skybox.zip"  archiveType = "Zip" />
    211</ResourceCollection>
    312
    413<ResourceCollection resourceGroup = "GUI" >
     14    <ResourceLocation path = "gui/fonts" />
     15    <ResourceLocation path = "gui/imagesets" />
     16    <ResourceLocation path = "gui/looknfeel" />
    517</ResourceCollection>
Note: See TracChangeset for help on using the changeset viewer.