Hijiri

Untitled

Jul 2nd, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.76 KB | None | 0 0
  1. init -2 python:
  2.     config.narrator_menu = True
  3.    
  4.     style.menu_window.set_parent(style.default)
  5.     style.menu_choice.set_parent(style.button_text)
  6.     style.menu_choice.clear()
  7.     style.menu_choice_button.set_parent(style.button)
  8.     style.menu_choice_button.xminimum = int(config.screen_width * 0.37)
  9.     style.menu_choice_button.xmaximum = int(config.screen_width * 0.37)
  10.     style.menu_choice_button.yminimum = int(config.screen_width * 0.1)
  11.     style.menu_choice_button.ymaximum = int(config.screen_width * 0.1)
  12.     style.menu_choice_button.background = "choicebg_idle.png"
  13.     style.menu_choice_button.hover_background = "choicebg_hover.png"
  14.     style.menu_choice.color = "#000000"
  15.     style.menu_choice.hover_color = "#000000"
  16.  
  17. #ignore the x and y ones
Advertisement
Add Comment
Please, Sign In to add comment