Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Layers
- {
- class BTHBC_MD_Layer_White
- {
- texture = "";
- material = "bthbc_map_data\data\debug\bthbc_md_white.rvmat";
- };
- class BTHBC_MD_Layer_Red
- {
- texture = "";
- material = "bthbc_map_data\data\debug\bthbc_md_red.rvmat";
- };
- class BTHBC_MD_Layer_Green
- {
- texture = "";
- material = "bthbc_map_data\data\debug\bthbc_md_green.rvmat";
- };
- class BTHBC_MD_Layer_Blue
- {
- texture = "";
- material = "bthbc_map_data\data\debug\bthbc_md_blue.rvmat";
- };
- class BTHBC_MD_Layer_Yellow
- {
- texture = "";
- material = "bthbc_map_data\data\debug\bthbc_md_yellow.rvmat";
- };
- class BTHBC_MD_Layer_Magenta
- {
- texture = "";
- material = "bthbc_map_data\data\debug\bthbc_md_magenta.rvmat";
- };
- class BTHBC_MD_Layer_White
- {
- texture = "";
- material = "bthbc_map_data\data\debug\bthbc_md_white.rvmat";
- };
- class BTHBC_MD_Layer_Teal
- {
- texture = "";
- material = "bthbc_map_data\data\debug\bthbc_md_teal.rvmat";
- };
- class BTHBC_MD_Layer_Grey
- {
- texture = "";
- material = "bthbc_map_data\data\debug\bthbc_md_grey.rvmat";
- };
- class BTHBC_MD_Layer_Black
- {
- texture = "";
- material = "bthbc_map_data\data\debug\bthbc_md_black.rvmat";
- };
- };
- class Legend
- {
- picture = "BTHBC_Minima\source\maplegend.png";
- class Colors
- {
- BTHBC_MD_Layer_White[] = {{255,255,255}};
- BTHBC_MD_Layer_Red[] = {{255,0,0}};
- BTHBC_MD_Layer_Green[] = {{0,255,0}};
- BTHBC_MD_Layer_Blue[] = {{0,0,255}};
- BTHBC_MD_Layer_Yellow[] = {{255,255,0}};
- BTHBC_MD_Layer_Magenta[] = {{255,0,255}};
- BTHBC_MD_Layer_Teal[] = {{0,255,255}};
- BTHBC_MD_Layer_Grey[] = {{128,128,128}};
- BTHBC_MD_Layer_Black[] = {{0,0,0}};
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement