Advertisement
Guest User

Untitled

a guest
Aug 1st, 2016
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. class Layers
  2. {
  3. class santry_dirt
  4. {
  5. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  6. material = "santry\data\santry_dirt.rvmat";
  7. };
  8.  
  9. class santry_dry_grass
  10. {
  11. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  12. material = "santry\data\santry_dry_grass.rvmat";
  13. };
  14.  
  15. class santry_forest_pine
  16. {
  17. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  18. material = "santry\data\santry_forest_pine.rvmat";
  19. };
  20.  
  21. class santry_soil
  22. {
  23. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  24. material = "santry\data\santry_soil.rvmat";
  25. };
  26.  
  27. class al_gras
  28. {
  29. texture = "santry\data\al_gras_mco.paa";
  30. material="santry\data\al_gras.rvmat";
  31. };
  32.  
  33. };
  34.  
  35. class Legend
  36. {
  37. picture="santry\source\mapLegend.png";
  38. class Colors
  39. {
  40. al_gras[]={{0,255,0}};
  41. santry_dirt[]={{255,0,0}};
  42. santry_dry_grass[]={{255,255,0}};
  43. santry_forest_pine[]={{255,0,255}};
  44. santry_soil[]={{0,0,255}};
  45. };
  46. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement