Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. class Layers
  2. {
  3.  
  4. class andfi_Hiekka
  5. {
  6. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  7. material = "Irakk\data\abc_samplemap_grass_green.rvmat";
  8. };
  9.  
  10. class Betoni
  11. {
  12. texture = #(rgb,1,1,1)color(0.5,0.5,0.5,1,cdt);
  13. material = "Irakk\data\gdt_concrete.rvmat";
  14. };
  15. };
  16.  
  17. class Legend
  18. {
  19. picture="Irakk\source\mapLegend.png";
  20. class Colors
  21. {
  22.  
  23. andfi_Hiekka[]={{55,255,0}};
  24. Betoni[]={{252,0,23}};
  25. };
  26. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement