Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. class Layers
  2. {
  3. class coop_Grass
  4. {
  5. texture = "";
  6. material = "Cooper_holland_Map\data\coop_grass.rvmat";
  7. };
  8. class coop_forest
  9. {
  10. texture = "";
  11. material = "Cooper_holland_Map\data\coop_forest.rvmat";
  12. };
  13. class coop_wheatfield
  14. {
  15. texture = "";
  16. material = "Cooper_holland_Map\data\coop_wheatfield.rvmat";
  17. };
  18. class coop_dirt
  19. {
  20. texture = "";
  21. material = "Cooper_holland_Map\data\coop_dirt.rvmat";
  22. };
  23. };
  24.  
  25. class Legend
  26. {
  27. picture = "Cooper_holland_Map\source\maplegend.png";
  28. class Colors
  29. {
  30. coop_grass[] = {{170,190,80}};
  31. coop_wheatfield[] = {{200,140,2}};
  32. coop_forest[] = {{135,65,3}};
  33. coop_dirt[] = {{215,58,58}};
  34. };
  35. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement