Advertisement
Guest User

requisdaddy

a guest
Aug 17th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <scene name="infinity" active="true">
  3. <template name="tab_button">
  4. <panel name="{name}_button">
  5. <rect left="0" top="{y}" right="82" bottom="{ {y} + 23 }" />
  6. <sizing clamp="true" />
  7. <elements>
  8. <label name="text">
  9. <input override="parent" />
  10. <rect left="8" top="0" right="74" bottom="23" />
  11. <text font="fonts/roboto-medium.ttf" size="4" align="left" weight="0">
  12. <english value="{name}" />
  13. </text>
  14. <skin blend_type="fade">
  15. <normal color="rgb(191, 191, 191)" />
  16. <hovered color="rgb(119, 119, 119)" />
  17. <active color="rgb(9, 209, 177)" />
  18. </skin>
  19. </label>
  20. </elements>
  21. <skin blend_type="fade">
  22. <normal />
  23. <hovered reference="sprites/elements/tab-hovered.dds" />
  24. <active reference="sprites/elements/tab-active.dds" />
  25. </skin>
  26. </panel>
  27. </template>
  28. <window name="menu">
  29. <rect left="0" top="0" right="362" bottom="330" />
  30. <sizing clamp="true" />
  31. <elements>
  32. <tab_button name="Home" y="24" />
  33. <tab_button name="Visuals" y="24" />
  34. <tab_button name="Misc. Visuals" y="24" />
  35. <tab_button name="World Visuals" y="24" />
  36. <tab_button name="Legit AimBot" y="24" />
  37. <tab_button name="Inventory Changer" y="24" />
  38. <tab_button name="Misc. Settings" y="24" />
  39. <tab_button name="Configs" y="24" />
  40.  
  41. </elements>
  42. <skin>
  43. <normal reference="sprites/background.dds" />
  44. </skin>
  45. </window>
  46. <skin blend_type="fade" blend_speed="0.20">
  47. <normal color="rgba(20, 20, 20, 0)" />
  48. <active color="rgba(20, 20, 20, 30)" />
  49. </skin>
  50. </scene>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement