npc.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <skinset name="Default" image="window.png">
  3. <widget type="Window" xpos="260" ypos="0">
  4. <option name="showlistbackground" value="1" />
  5. <option name="showtextbackground" value="1" />
  6. <option name="showitemsbackground" value="1" />
  7. <option name="captionoffsetx" value="20" />
  8. <option name="captionoffsety" value="7" />
  9. <option name="titlebarBold" value="1" />
  10. <option name="titlebarHeight" value="35" />
  11. <option name="padding" value="10" />
  12. <!-- Top Row -->
  13. <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" />
  14. <part type="top-edge" xpos="31" ypos="0" width="48" height="53" />
  15. <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" />
  16. <!-- Middle Row -->
  17. <part type="left-edge" xpos="0" ypos="54" width="30" height="24" />
  18. <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" />
  19. <part type="right-edge" xpos="80" ypos="54" width="30" height="24" />
  20. <!-- Bottom Row -->
  21. <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" />
  22. <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" />
  23. <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" />
  24. <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" />
  25. <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" />
  26. </widget>
  27. </skinset>