Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. class Layers
  2. {
  3. class shf_shellfield_custom_soil
  4. {
  5. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  6. material = "shf\shf_shellfield\data\shf_shellfield_custom_soil.rvmat";
  7. };
  8. class shf_shellfield_concrete
  9. {
  10. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  11. material = "shf\shf_shellfield\data\shf_shellfield_concrete.rvmat";
  12. };
  13. class shf_shellfield_dry_grass
  14. {
  15. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  16. material = "shf\shf_shellfield\data\shf_shellfield_dry_grass.rvmat";
  17. };
  18. class shf_shellfield_soil
  19. {
  20. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  21. material = "shf\shf_shellfield\data\shf_shellfield_soil.rvmat";
  22. };
  23. };
  24.  
  25. class Legend
  26. {
  27. picture="shf\shf_shellfield\source\mapLegend.png";
  28. class Colors
  29. {
  30. shf_shellfield_Custom_Soil[]={{105,130,104}};
  31. shf_shellfield_concrete[]={{55,55,55}};
  32. shf_shellfield_dry_grass[]={{170,140,70}};
  33. shf_shellfield_soil[]={{58,49,42}};
  34. };
  35. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement