Advertisement
Guest User

Untitled

a guest
May 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. class Layers
  2. {
  3.  
  4. class aphx_sandysoil
  5. {
  6. texture = "";
  7. material = "aphx_yagizlar\data\aphx_dirthard.rvmat";
  8. };
  9.  
  10. class aphx_grass
  11. {
  12. texture = "";
  13. material = "aphx_yagizlar\data\aphx_dirthard.rvmat";
  14. };
  15.  
  16.  
  17. class aphx_darksoil
  18. {
  19. texture = "";
  20. material = "aphx_yagizlar\data\aphx_dirthard.rvmat";
  21. };
  22.  
  23.  
  24. class aphx_rockysoil
  25. {
  26. texture = "";
  27. material = "aphx_yagizlar\data\aphx_dirthard.rvmat";
  28. };
  29.  
  30.  
  31.  
  32. };
  33.  
  34. class Legend
  35. {
  36. picture="aphx_yagizlar\source\maplegend.png";
  37. class Colors
  38. {
  39. aphx_sandysoil[] = {{169,123,87}};
  40. aphx_grass[] = {{13,109,0}};
  41. aphx_darksoil[] = {{120,67,25}};
  42. aphx_rockysoil[] = {{123,123,123}};
  43.  
  44. };
  45. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement