Advertisement
Guest User

karia

a guest
Apr 27th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. class Layers
  2. {
  3. class Grass_Green
  4. {
  5. texture = "";
  6. material = "Karia\data\gdt_grass_green.rvmat";
  7. };
  8. };
  9.  
  10. class Legend
  11. {
  12. picture="Karia\source\maplegend.png";
  13. class Colors
  14. {
  15. Grass_Green[] = {{0,255,0}};
  16. };
  17. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement