home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 67 / MM67.ISO / Vampire / Vampire_Demo.exe / Resource.nob / ui / statusBarMP.nui < prev    next >
Text File  |  2000-06-22  |  3KB  |  61 lines

  1. ;
  2. ; Multiplayer Status Bar
  3. ;
  4.  
  5. name=statusBarMP
  6. pos=0,0
  7.  
  8. quad mat=statusBarMP_01.tga pos=0,0 size=256,128
  9. quad mat=statusBarMP_02.tga pos=256,0 size=256,128
  10. quad mat=statusBarSP_03.tga pos=512,0 size=128,128
  11. quad mat=StatusBarSP_04 pos=144,128 size=128,16
  12. quad mat=StatusBarSP_05 pos=272,128 size=128,16
  13. quad mat=StatusBarSP_06 pos=400,128 size=64,16
  14. quad mat=StatusBarSP_07 pos=464,128 size=32,16
  15.  
  16. ; Game Messages Textbox
  17. element scrollslider name=sbTextScrollSlider pos=474,93 size=8,8 bitmap=StatusBarSlider
  18. element scrollbar name=sbTextScrollBar pos=474,93 size=8,42 flags=0x02 vertical=1 slider=sbTextScrollSlider
  19. element textbox name=sbTextbox pos=164,94 size=308,41 flags=0x02 font=defaultFont10 maxItems=100 textboxflags=0x04 vscrollbar=sbTextScrollBar
  20.  
  21. ; Chat textbox
  22. element scrollslider name=sbChatScrollSlider pos=474,2 size=8,8 bitmap=StatusBarSlider
  23. element scrollbar name=sbChatScrollBar pos=474,2 size=8,88 flags=0x02 vertical=1 slider=sbChatScrollSlider
  24. element textbox name=sbChatbox pos=164,17 size=305,70 color=255,0,0,0 font=defaultFont10 maxItems=100 textboxflags=4 vscrollbar=sbChatScrollBar
  25.  
  26. ; Chat edit box
  27. element edit name=sbChatEdit pos=164,0 size=305,12 flags=0x02
  28.  
  29. element checkbox name=sbInventoryButton flags=0x02 checkedbitmap=spsbInventoryButtonDep.tga pos=129,84 size=26,32 hintstring=UI_HINT_INVENTORYBUTTON
  30. element checkbox name=sbCharacterButton flags=0x02 checkedbitmap=spsbCharacterButtonDep.tga pos=99,84 size=26,32 hintstring=UI_HINT_CHARACTERBUTTON
  31. element checkbox name=sbQuestButton flags=0x02 checkedbitmap=spsbQuestButtonDep.tga pos=99,47 size=26,32 hintstring=UI_HINT_QUESTBUTTON
  32. element checkbox name=sbDisciplineButton flags=0x02 pos=129,47 size=26,32 checkedbitmap=spsbDisciplinesButtonDep.tga hintstring=UI_HINT_DISCIPLINEBUTTON
  33.  
  34. element button name=sbMapButton flags=0x02 depressed=spsbMapButtonDep pos=114,10 size=26,32 hintstring=UI_HINT_MAPBUTTON
  35.  
  36. element icongrid name=sbQuickuse pos=496,84 size=135,32 gridsize=5,1 flags=0x02
  37.  
  38. ; discipline slots
  39. element disciplineslot name=sbDiscipline0 pos=547,42 size=27,32 flags=0x02
  40. element disciplineslot name=sbDiscipline1 pos=577,42 size=27,32 flags=0x02
  41. element disciplineslot name=sbDiscipline2 pos=607,42 size=27,32 flags=0x02
  42. element disciplineslot name=sbDiscipline3 pos=547,7 size=27,32 flags=0x02
  43. element disciplineslot name=sbDiscipline4 pos=577,7 size=27,32 flags=0x02
  44. element disciplineslot name=sbDiscipline5 pos=607,7 size=27,32 flags=0x02
  45.  
  46. ; "current" discipline
  47. element disciplineslot name=sbCurrentDiscipline pos=495,19 size=40,48 flags=0x02
  48.  
  49. ; head hotspot
  50. element static name=sbHeadHotspot pos=9,32 size=80,88
  51.  
  52. ; this button switches to storyteller mode
  53. element button name=sbSTButton pos=36,4 size=26,23 bitmap=stsbStoryteller depressed=stsbStorytellerDep hintstring=UI_HINT_STSTORYTELLERBUTTON flags=0x08
  54.  
  55. ;status indicator
  56. element progressbar name=statusHealth0 size=52,3 pos=23,38 fillbitmap=StatusIndicators_Health flags=0x02
  57. element progressbar name=statusBlood0 size=52,3 pos=23,35 fillbitmap=StatusIndicators_Blood flags=0x0A
  58. element progressbar name=statusFrenzy0 size=52,3 pos=23,32 fillbitmap=StatusIndicators_Frenzy flags=0x0A
  59. element progressbar name=statusMana0 size=52,3 pos=23,35 fillbitmap=StatusIndicators_Mana flags=0x0A
  60. element progressbar name=statusFaith0 size=52,3 pos=23,32 fillbitmap=StatusIndicators_Faith flags=0x0A
  61.