Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. class Layers
  2. {
  3.  
  4.  
  5. class pop_seca
  6. {
  7. texture = "#(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt)";
  8. material="equal_islands\data\pop_seca.rvmat";
  9. };
  10.  
  11. class pop_arena
  12. {
  13. texture = "#(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt)";
  14. material="equal_islands\data\pop_arena.rvmat";
  15. };
  16. class pop_verde
  17. {
  18. texture = "#(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt)";
  19. material="equal_islands\data\pop_verde.rvmat";
  20. };
  21. class AL_asphalt
  22. {
  23. texture = "#(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt)";
  24. material="equal_islands\data\al_asphalt.rvmat";
  25. };
  26.  
  27.  
  28. class pop_roca
  29. {
  30. texture = "#(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt)";
  31. material="equal_islands\data\pop_roca.rvmat";
  32. };
  33.  
  34.  
  35.  
  36. };
  37.  
  38. class Legend
  39. {
  40. picture="equal_islands\source\maplegend.png";
  41.  
  42. class Colors
  43. {
  44.  
  45. pop_roca[]={{0,0,0}};
  46. pop_seca[]={{255,255,0}};
  47. pop_verde[]={{0,255,0}};
  48. pop_arena[]={{255,0,255}};
  49. AL_asphalt[]={{0,0,255}};
  50.  
  51.  
  52. };
  53. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement