Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- init -2 python:
- config.narrator_menu = True
- style.menu_window.set_parent(style.default)
- style.menu_choice.set_parent(style.button_text)
- style.menu_choice.clear()
- style.menu_choice_button.set_parent(style.button)
- style.menu_choice_button.xminimum = int(config.screen_width * 0.37)
- style.menu_choice_button.xmaximum = int(config.screen_width * 0.37)
- style.menu_choice_button.yminimum = int(config.screen_width * 0.1)
- style.menu_choice_button.ymaximum = int(config.screen_width * 0.1)
- style.menu_choice_button.background = "choicebg_idle.png"
- style.menu_choice_button.hover_background = "choicebg_hover.png"
- style.menu_choice.color = "#000000"
- style.menu_choice.hover_color = "#000000"
- #ignore the x and y ones
Advertisement
Add Comment
Please, Sign In to add comment