Advertisement
Guest User

Untitled

a guest
Jan 8th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. class Layers
  2. {
  3. class gdt_beach
  4. {
  5. texture = "";
  6. material = "USN\USN_TestA\data\gdt_beach.rvmat";
  7. };
  8. class USN_sandpebble
  9. {
  10. texture = "";
  11. material = "USN\USN_TestA\data\USN_sandpebble.rvmat";
  12. };
  13. class USN_TestA_grass_green
  14. {
  15. texture = "";
  16. material = "USN\USN_TestA\data\USN_TestA_grass_green.rvmat";
  17. };
  18. class USN_groundrock
  19. {
  20. texture = "";
  21. material = "USN\USN_TestA\data\USN_groundrock.rvmat";
  22. };
  23. class USN_concrete2
  24. {
  25. texture = "";
  26. material = "USN\USN_TestA\data\USN_concrete2.rvmat";
  27. };
  28. };
  29.  
  30. class Legend
  31. {
  32. picture="USN\USN_TestA\source\mapLegend.png";
  33. class Colors
  34. {
  35. gdt_beach[]={{255, 255, 0}};
  36. USN_sandpebble[]={{0, 0, 255}};
  37. USN_TestA_grass_green[]={{0, 255, 0}};
  38. USN_groundrock[]={{255, 0, 0}};
  39. USN_concrete2[]={{0 ,255, 255}};
  40. };
  41. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement