Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
81
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 ibr_lingor_grass
  4. {
  5. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  6. material= "ibr\lingor3\data\grass.rvmat";
  7. };
  8.  
  9. class ibr_lingor_stones
  10. {
  11. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  12. material= "ibr\lingor3\data\stones.rvmat";
  13. };
  14.  
  15. class ibr_lingor_rock
  16. {
  17. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  18. material= "ibr\lingor3\data\rock.rvmat";
  19. };
  20.  
  21. class ibr_lingor_wood
  22. {
  23. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  24. material= "ibr\lingor3\data\wood.rvmat";
  25. };
  26.  
  27. class ibr_lingor_sand
  28. {
  29. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  30. material= "ibr\lingor3\data\sand.rvmat";
  31. };
  32.  
  33. };
  34.  
  35. class Legend
  36. {
  37. picture="ibr\lingor3\Source\mapLegend.png";
  38. class Colors
  39. {
  40. ibr_lingor_grass[]={{0,100,30}};
  41. ibr_lingor_stones[]={{0,255,255}};
  42. ibr_lingor_wood[]={{119,201,99}};
  43. ibr_lingor_rock[]={{150,150,150}};
  44. ibr_lingor_sand[]={{200,180,20}};
  45. };
  46. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement