Original Source
- Original title: Menu Command Backgrounds
- Original author: Z3R0X505
- Original date: April 11, 2013
- Source thread: https://forums.rpgmakerweb.com/threads/menu-command-backgrounds.11584/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace)
Summary
Introduction This is a simple script that allows you to place command backgrounds behind the commands in the menu. Screenshot
Archived First Post
This is a simple script that allows you to place command backgrounds behind the commands
in the menu.
Screenshot
- Shanghai Simple Scripts for the menu command backgrounds and the general final fantasy 13 idea.
- Z3R0X505
Note: Modifies standard_padding & item_rect methods for window_menucommand other than that it should
be fine in terms of compatibility with other scripts.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
#==============================================================================## Command Backs by Z3R0X505 ##------------------------------------------------------------------------------## Places a background behind each of the menu commands. ##==============================================================================## Terms of Use: ## Free to use in commercial and non-commercial projects as long as credited. ##==============================================================================#module Menu_Backs # Name of the picture placed inside the Graphics/System/ folder. # This picture has to be 160 wide and 24 in height. Command_Back = "Command_Back"end#======================== Don't edit past here! ===============================#class Scene_Menu < Scene_MenuBase alias start_backs start def start start_backs create_backs end def create_backs @menu_back = Sprite.new(@viewport)...
Referenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...
