Hijiri

Untitled

Jan 14th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. screen access_button:
  2. vbox:
  3. xalign 0.01 yalign 0.0
  4. imagebutton:
  5. idle "PD_idle.png"
  6. hover "PD_hover.png"
  7. action ShowMenu("playermenu")
  8.  
  9. screen return_button:
  10. vbox:
  11. xalign 0.26 yalign 0.0
  12. imagebutton:
  13. idle "Re_idle.png"
  14. hover "Re_hover.png"
  15. action Return()
  16.  
  17. screen rule_button:
  18. vbox:
  19. xalign 0.01 yalign 0.0
  20. imagebutton:
  21. idle "Ru_idle.png"
  22. hover "Ru_hover.png"
  23. action ShowMenu("Rules")
Advertisement
Add Comment
Please, Sign In to add comment