Advertisement
Toude

Start Menu

Mar 2nd, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.44 KB | None | 0 0
  1. start = {
  2.     "TextSurface": [[WIDTH/2, HEIGHT/4, "Pixel Brawl", "#fg_color=DARK_YELLOW"]],
  3.     "TextButton": [[WIDTH/3, HEIGHT/2, "Start", """#action='start_game'""", '#bg_color=GREEN', '#fg_color=WHITE'], [WIDTH/3*2, HEIGHT/2, "Quit", """#action='''stop_game'''""", '#bg_color=RED', '#fg_color=WHITE']],
  4.     "InputField": [[WIDTH/2, HEIGHT/3*2, "Type here..."]],
  5.     "ImageButton": [[20, HEIGHT-20, "settings-32.png", """#action='show_settings_screen'"""]]
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement