Advertisement
hachiwari

Untitled

Jul 27th, 2014
576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. import uiScriptLocale
  2.  
  3. ROOT = "d:/ymir work/ui/game/"
  4.  
  5. Y_ADD_POSITION = 0
  6. window = {
  7. "name" : "ExpandTaskBar",
  8.  
  9. "x" : SCREEN_WIDTH/2 - 5,
  10. "y" : SCREEN_HEIGHT - 74,
  11.  
  12. "width" : 37,
  13. "height" : 37,
  14.  
  15. "children" :
  16. (
  17. {
  18. "name" : "ExpanedTaskBar_Board",
  19. "type" : "window",
  20.  
  21. "x" : 0,
  22. "y" : 0,
  23.  
  24. "width" : 37,
  25. "height" : 37,
  26.  
  27. "children" :
  28. (
  29. {
  30. "name" : "DragonSoulButton",
  31. "type" : "button",
  32.  
  33. "x" : 0,
  34. "y" : 0,
  35.  
  36. "width" : 37,
  37. "height" : 37,
  38.  
  39. # "tooltip_text" : uiScriptLocale.TASKBAR_DISABLE,
  40.  
  41. # "default_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_01.tga",
  42. # "over_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_02.tga",
  43. # "down_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_03.tga",
  44. },
  45. ),
  46. },
  47. ),
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement