tactical.hpp 491 B

12345678910111213141516171819202122232425262728293031323334353637
  1. class init
  2. {
  3. class marker
  4. {
  5. shape = "ELLIPSE";
  6. brush = "Border";
  7. color = "ColorOPFOR";
  8. size[] = {300, 300};
  9. };
  10. class icon
  11. {
  12. shape = "ICON";
  13. type = "mil_dot";
  14. color = "ColorOPFOR";
  15. text = "Tactical Mission:";
  16. };
  17. };
  18. class update
  19. {
  20. class marker
  21. {
  22. shape = "ELLIPSE";
  23. brush = "BDiagonal";
  24. color = "ColorOPFOR";
  25. size[] = {50, 50};
  26. };
  27. class icon
  28. {
  29. shape = "ICON";
  30. type = "selector_selectedEnemy";
  31. color = "ColorOPFOR";
  32. text = "Tactical Update:";
  33. };
  34. };