Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. class Layers
  2. {
  3. class cp_green
  4. {
  5. texture = "DZ\surfaces\data\terrain\cp_grass_ca.paa";
  6. material = "DZ\surfaces\data\terrain\cp_grass.rvmat";
  7. };
  8.  
  9. class cp_dirt
  10. {
  11. texture = "DZ\surfaces\data\terrain\cp_dirt_ca.paa";
  12. material = "DZ\surfaces\data\terrain\cp_dirt.rvmat";
  13. };
  14.  
  15. class cp_rock
  16. {
  17. texture = "DZ\surfaces\data\terrain\cp_rock_ca.paa";
  18. material = "DZ\surfaces\data\terrain\cp_rock.rvmat";
  19. };
  20.  
  21. class cp_concrete
  22. {
  23. texture = "DZ\surfaces\data\terrain\cp_concrete1_ca.paa";
  24. material = "DZ\surfaces\data\terrain\cp_concrete1.rvmat";
  25. };
  26.  
  27. };
  28.  
  29. class Legend
  30. {
  31. picture="VRD\Vordonisi\source\mapLegend.png";
  32. class Colors
  33. {
  34. cp_green[] = {{120,190,80}};
  35. cp_dirt[] = {{198,98,0}};
  36. cp_rock[] = {{120,122,122}};
  37. cp_concrete[] = {{120,122,122}};
  38. };
  39. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement