Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. ////////////////////////////////////////////////////////
  2. // GUI EDITOR OUTPUT START (by Alex Jason, v1.063, #Bofuco)
  3. ////////////////////////////////////////////////////////
  4.  
  5. class CT_Backgroud: RscText
  6. {
  7. idc = 1000;
  8. x = 0.33554 * safezoneW + safezoneX;
  9. y = 0.191358 * safezoneH + safezoneY;
  10. w = 0.373666 * safezoneW;
  11. h = 0.644029 * safezoneH;
  12. colorBackground[] = {0,0.2,0.3,0.85};
  13. tooltip = "test"; //--- ToDo: Localize;
  14. };
  15. class BTN_d'ajou_cible: RscButton
  16. {
  17. idc = 1600;
  18. text = "Ajouter cible"; //--- ToDo: Localize;
  19. x = 0.401583 * safezoneW + safezoneX;
  20. y = 0.72966 * safezoneH + safezoneY;
  21. w = 0.0686326 * safezoneW;
  22. h = 0.0420019 * safezoneH;
  23. tooltip = "Ajouté un civile dans interpole "; //--- ToDo: Localize;
  24. };
  25. class RscStructuredText_1100: RscStructuredText
  26. {
  27. idc = 1100;
  28. x = 0.392632 * safezoneW + safezoneX;
  29. y = 0.255668 * safezoneH + safezoneY;
  30. w = 0.244027 * safezoneW;
  31. h = 0.44802 * safezoneH;
  32. };
  33. class BTN_retiter_cible: RscButton
  34. {
  35. idc = 1601;
  36. text = "Retiter cible"; //--- ToDo: Localize;
  37. x = 0.543193 * safezoneW + safezoneX;
  38. y = 0.732508 * safezoneH + safezoneY;
  39. w = 0.0686326 * safezoneW;
  40. h = 0.0420019 * safezoneH;
  41. tooltip = "Retité un civile dans interpole "; //--- ToDo: Localize;
  42. };
  43. class BTN_Interpole: RscButton
  44. {
  45. idc = 1602;
  46. text = "Interpole"; //--- ToDo: Localize;
  47. x = 0.456873 * safezoneW + safezoneX;
  48. y = 0.208077 * safezoneH + safezoneY;
  49. w = 0.106762 * safezoneW;
  50. h = 0.0280013 * safezoneH;
  51. tooltip = "Ajouté un civile dans interpole "; //--- ToDo: Localize;
  52. };
  53. ////////////////////////////////////////////////////////
  54. // GUI EDITOR OUTPUT END
  55. ////////////////////////////////////////////////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement