Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/data/resources.oxr @ 5697

Last change on this file since 5697 was 5695, checked in by rgrieder, 15 years ago

Merged resource2 branch back to trunk.

IMPORTANT NOTE:
Upon this merge you need to specifically call your data directory "data_extern" when checking it out (when you don't provide a name, it will be just called 'trunk').
The new CMake variable is EXTERNAL_DATA_DIRECTORY. DATA_DIRECTORY now points to the one the source part of the repository.
UPDATE YOUR DATA DIRECTORY AS WELL!!!

File size: 538 bytes
Line 
1<ResourceCollection resourceGroup = "General" >
2    <ResourceLocation path = "levels" />
3    <ResourceLocation path = "lua" />
4    <ResourceLocation path = "overlays" />
5    <ResourceLocation path = "particle" />
6    <ResourceLocation path = "tcl" />
7</ResourceCollection>
8
9<ResourceCollection resourceGroup = "GUI" >
10    <ResourceLocation path = "gui/configs" />
11    <ResourceLocation path = "gui/layouts" />
12    <ResourceLocation path = "gui/schemes" />
13    <ResourceLocation path = "gui/scripts" />
14</ResourceCollection>
Note: See TracBrowser for help on using the repository browser.