Advertisement
Spookygnu

layers.cfg

Aug 17th, 2014
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. class Layers
  2. {
  3.  
  4. class paths
  5. {
  6. texture = "spooks\The_rock\data\abc_sampleMap_gravel_co.paa";
  7. material = "spooks\The_rock\data\abc_sampleMap_gravel.rvmat";
  8. };
  9.  
  10. };
  11. class grass
  12. {
  13. texture = "spooks\The_rock\data\abc_sampleMap_grass_green_co";
  14. material = "spooks\The_rock\data\abc_sampleMap_grass_green.rvmat";
  15. };
  16.  
  17. class rocks
  18. {
  19. texture = "spooks\The_rock\data\abc_sampleMap_rock_co.paa";
  20. material = "spooks\The_rock\data\abc_sampleMap_rock.rvmat";
  21. };
  22.  
  23. };
  24.  
  25.  
  26.  
  27. class Legend
  28. {
  29. picture="\spooks\The_rock\source\surfacemapLegend.png";
  30. class Colors
  31. {
  32. grass[]={{0,255,0}};
  33. rocks[]={{255,0,0}};
  34. Paths[]={{0,0,255}};
  35. };
  36. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement