Jump to content

CruelRevival

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by CruelRevival

  1. Can anybody help me with adding buttons to my patcher please? So far i have: Skin = skin.png ;Active - the button image in the normal state ;Hover - button image with induced cursor on it. ;Pressed - the image button is pressed. [browser::Notice] Left = Top = Height = Width = [button::Start] Left = 680 Top = 340 Active = start_x.png Hovered = start_f.png Pressed = start_d.png [button::Exit] Left = 680 Top = 380 Active = exit_x.png Hovered = exit_f.png Pressed = exit_d.png [button::Register] Left = 11 Top = 380 Active = register_x.png Hovered = register_f.png Pressed = register_d.png [Text::Status] Left = 13 Top = 405 Width = 400 Height = 15 [Text::Info] Left = 13 Top = 425 Width = 400 Height = 15 [ProgressBar::Current] Left = 150 Top = 450 Width = 485 Height = 15 [ProgressBar::Total] Left = 150 Top = 467 Width = 485 Height = 15 But the register button does not appear in my patcher.
  2. How do i add custom buttons to K patcher as i cant find any guides anywhere. So far i have: [browser::Notice] Left = Top = Height = Width = [button::Start] Left = 680 Top = 340 Active = start_x.png Hovered = start_f.png Pressed = start_d.png [button::Exit] Left = 680 Top = 380 Active = exit_x.png Hovered = exit_f.png Pressed = exit_d.png [button::Register] Left = 11 Top = 380 Active = register_x.png Hovered = register_f.png Pressed = register_d.png [Text::Status] Left = 13 Top = 405 Width = 400 Height = 15 [Text::Info] Left = 13 Top = 425 Width = 400 Height = 15 [ProgressBar::Current] Left = 150 Top = 450 Width = 485 Height = 15 [ProgressBar::Total] Left = 150 Top = 467 Width = 485 Height = 15 But the Register button does not show.
×
×
  • Create New...