Walkero0

layers.cfg

Oct 17th, 2020 (edited)
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. class Layers
  2. {
  3. class wlk_snow {
  4. texture = "wlk_lokino\data\wlk_snow_co.paa";
  5. material = "wlk_lokino\data\wlk_snow.rvmat";
  6. };
  7. class wlk_slope {
  8. texture = "wlk_lokino\data\wlk_slope_co.paa";
  9. material = "wlk_lokino\data\wlk_slope.rvmat";
  10. };
  11. class wlk_forest {
  12. texture = "wlk_lokino\data\wlk_forest_co.paa";
  13. material = "wlk_lokino\data\wlk_forest.rvmat";
  14. };
  15. class wlk_sand {
  16. texture = "wlk_lokino\data\wlk_sand_co.paa";
  17. material = "wlk_lokino\data\wlk_sand.rvmat";
  18. };
  19. class wlk_seafloor {
  20. texture = "wlk_lokino\data\wlk_seafloor_co.paa";
  21. material = "wlk_lokino\data\wlk_seafloor.rvmat";
  22. };
  23. class wlk_grass {
  24. texture = "wlk_lokino\data\wlk_grass_co.paa";
  25. material = "wlk_lokino\data\wlk_grass.rvmat";
  26. };
  27. class wlk_rasen {
  28. texture = "wlk_lokino\data\wlk_rasen_co.paa";
  29. material = "wlk_lokino\data\wlk_rasen.rvmat";
  30. };
  31. class wlk_asphalt {
  32. texture = "wlk_lokino\data\wlk_asphalt_co.paa";
  33. material = "wlk_lokino\data\wlk_asphalt.rvmat";
  34. };
  35. class wlk_dirt {
  36. texture = "wlk_lokino\data\wlk_dirt_co.paa";
  37. material = "wlk_lokino\data\wlk_dirt.rvmat";
  38. };
  39. class wlk_field_corn {
  40. texture = "wlk_lokino\data\wlk_field_dirt_co.paa";
  41. material = "wlk_lokino\data\wlk_field_dirt.rvmat";
  42. };
  43. class wlk_feld {
  44. texture = "wlk_lokino\data\wlk_feld_dirt_co.paa";
  45. material = "wlk_lokino\data\wlk_feld_dirt.rvmat";
  46. };
  47. class wlk_concrete_dirt {
  48. texture = "wlk_lokino\data\wlk_concrete_dirt_co.paa";
  49. material = "wlk_lokino\data\wlk_concrete_dirt.rvmat";
  50. };
  51. class wlk_feld_wheat {
  52. texture = "wlk_lokino\data\wlk_wheat_co.paa";
  53. material = "wlk_lokino\data\wlk_wheat_mat.rvmat";
  54. };
  55. class wlk_feld_pebbles {
  56. texture = "wlk_lokino\data\wlk_pebbles_co.paa";
  57. material = "wlk_lokino\data\wlk_pebbles_mat.rvmat";
  58. };
  59. };
  60.  
  61. class Legend {
  62.  
  63. picture = "wlk_lokino\source\maplegend.png";
  64. class Colors
  65. {
  66. wlk_snow[] = {{255, 255, 255}};
  67. wlk_slope[] = {{228, 234, 62}};
  68. wlk_forest[] = {{37, 95, 185}};
  69. wlk_grass[] = {{38, 114, 5}};
  70. wlk_rasen[] = {{0, 255, 0}};
  71. wlk_asphalt[] = {{150, 120, 120}};
  72. wlk_dirt[] = {{71, 38, 102}};
  73. wlk_field_corn[] = {{0, 162, 224}};
  74. wlk_feld_wheat[] = {{200, 0, 105}};
  75. wlk_feld_pebbles[] = {{114, 19, 0}};
  76. wlk_feld[] = {{90, 90, 90}};
  77. wlk_sand[] = {{196, 60, 1}};
  78. wlk_concrete_dirt[] = {{60, 60, 60}};
  79. wlk_seafloor[] = {{0, 0, 0}};
  80. };
  81. };
Add Comment
Please, Sign In to add comment