document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. class layers
  2. {
  3. class dna_sands_beach
  4. {
  5. texture = #(rgb,243,237,105)color(0.5,0.5,0.5,1,cdt);
  6. material = "dna\\oahu\\data\\beach.rvmat";
  7. };
  8. class dna_grass_green
  9. {
  10. texture = #(rgb,97,165,22)color(0.5,0.5,0.5,1,cdt);
  11. material = "dna\\oahu\\data\\strgreengrass.rvmat";
  12. };
  13. class dna_cliffface
  14. {
  15. texture = #(rgb,106,88,6)color(0.5,0.5,0.5,1,cdt);
  16. material = "dna\\oahu\\data\\rock.rvmat";
  17. };
  18. };
  19.  
  20. class Legend
  21. {
  22. picture = "dna\\oahu\\source\\mapLegend.png";
  23. class colors
  24. {
  25. dna_sands_beach[]={{243,237,105}};
  26. dna_grass_green[]={{97,165,22}};
  27. dna_cliffface[]={{106,88,68}};
  28.  
  29. };
  30. };
');