Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #===============================================================================
- # Window Menu_Command Resize
- #===============================================================================
- # Author : Cahml
- # Version : V.1.0
- # Engine : RMVX Ace
- #===============================================================================
- # Cara Pemakaian
- #-------------------------------------------------------------------------------
- # Taruh script ini di atas Main Process dan di bawah script apapun pada
- # Script Editor.
- #===============================================================================
- # Credits Me CAHML :)
- #===============================================================================
- # Script ini Hanya Untuk Me - Resize Command menu klo menu command nya penuh :3
- #-------------------------------------------------------------------------------
- #hanya untuk newbie karna yang master pasti udh tau :3
- #===============================================================================
- module CAHML
- WINDOW_HEIGHT = 96 # setiap kelipatan 32 mewakili 1 Command :3
- end
- class Window_MenuCommand < Window_Command
- def window_width
- return 160
- end
- def window_height
- CAHML::WINDOW_HEIGHT
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment