Advertisement
Guest User

Untitled

a guest
Jan 18th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. class Layers
  2. {
  3. class grass_green
  4. {
  5. texture = "";
  6. material = "LifeModMap\data\grass_green.rvmat";
  7. };
  8. class beach
  9. {
  10. texture = "";
  11. material = "LifeModMap\data\beach.rvmat";
  12. };
  13. };
  14.  
  15. class Legend
  16. {
  17. picture="LifeModMap\source\mapLegend.png";
  18. class Colors
  19. {
  20. grass_green[]={{0,255,0}};
  21. beach[]={{0,0,255}};
  22. };
  23. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement