Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <!DOCTYPE muclient>
  4.  
  5. <!-- MuClient version 5.07-pre -->
  6.  
  7. <!-- Written by Nick Gammon -->
  8.  
  9. <!-- Home Page: http://www.mushclient.com/ -->
  10.  
  11. <!-- Plugin state saved. Plugin: "CleftMUSH_Group_Window". World: "Cleft of Dimensions". -->
  12.  
  13. -<muclient>
  14.  
  15. <!-- variables -->
  16.  
  17.  
  18.  
  19. -<variables world_file_version="15" muclient_version="5.07-pre">
  20.  
  21. <variable name="bar_height">12</variable>
  22.  
  23. <variable name="bar_width">200</variable>
  24.  
  25. <variable name="enemy_hp_color">red</variable>
  26.  
  27. <variable name="font_name">Lucida Console</variable>
  28.  
  29. <variable name="font_size">8</variable>
  30.  
  31. <variable name="hp_color">lime</variable>
  32.  
  33. <variable name="mana_color">#3333ff</variable>
  34.  
  35. <variable name="moves_color">gold</variable>
  36.  
  37. <variable name="overlay_pct">1</variable>
  38.  
  39. <variable name="pos_x">0</variable>
  40.  
  41. <variable name="pos_y">585</variable>
  42.  
  43. <variable name="show_mana">1</variable>
  44.  
  45. <variable name="show_minions">1</variable>
  46.  
  47. <variable name="show_moves">1</variable>
  48.  
  49. <variable name="show_numbers">1</variable>
  50.  
  51. <variable name="top">17</variable>
  52.  
  53. <variable name="win_height">211</variable>
  54.  
  55. <variable name="win_width">920</variable>
  56.  
  57. </variables>
  58.  
  59. </muclient>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement