Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/main_reto_vs05/bin/Debug/resources.cfg @ 288

Last change on this file since 288 was 288, checked in by rgrieder, 16 years ago
  • added Chai's HUD overlay
  • abstracted debugOverlay —> TestOverlay
  • added overlay media files
  • cleaned up RunManager a little bit
  • omitted using ogre's Singleton template
  • added useful CMake structure
  • some more things
File size: 614 bytes
Line 
1# Resource locations to be added to the 'boostrap' path
2# This also contains the minimum you need to use the Ogre example framework
3[Bootstrap]
4Zip=../../media/packs/OgreCore.zip
5
6# Resource locations to be added to the default path
7[General]
8FileSystem=../../media
9FileSystem=../../media/fonts
10FileSystem=../../media/gui
11FileSystem=../../media/materials/scripts
12FileSystem=../../media/materials/textures
13FileSystem=../../media/models
14FileSystem=../../media/overlay
15FileSystem=../../media/particle
16Zip=../../media/packs/cubemap.zip
17Zip=../../media/packs/skybox.zip
18Zip=../../media/packs/models.zip
Note: See TracBrowser for help on using the repository browser.