Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #==============================================================================
- # ** Title Menu Position
- #------------------------------------------------------------------------------
- # This script lets you change the title menu box to a different position on the
- # screen.
- #------------------------------------------------------------------------------
- # No credit needed whatsoever, it should have been available anyway.
- #==============================================================================
- class Window_TitleCommand < Window_Command
- #--------------------------------------------------------------------------
- # * Just change the X and Y co-ordinates and you're done.
- # Default:
- # x = 192
- # y = 284
- #--------------------------------------------------------------------------
- def update_placement
- self.x = 370
- self.y = 120
- end
- end
- #==============================================================================
- # How hard was that? Enterbrain are lazy.
- #==============================================================================
RAW Paste Data