Releases: multimokia/MAS-Submod-consistent-menus
Releases · multimokia/MAS-Submod-consistent-menus
All Scrollable Menus - 1.0.4
- Adds functionality with the Submod Updater Plugin. Give it an install to make updating this submod easier!
- Also adds a dict where menu types can be overridden. This is to be used in the case a topic/item shown in screen require that Monika does not move at all.
All Scrollable Menus - 1.0.3
Fix in accordance with the API change in MAS as of the current -at the time of writing- unstable build (v0.11.3-unstable.2020.08.03.126)
SCROLLABLE_MENU_TXT_AREA
was depreciated for more constants which are situational. It is now replaced with (in this submod)SCROLLABLE_MENU_TXT_TALL_AREA
- NOTE: This was only an issue with the
mas_gen_scrollable_menu
All Scrollable Menus - 1.0.2
Fixes:
- Fixes a crash in the opendoor (Open the door/knock/listen) greeting where the history list was indexed at one which doesn't exist
- Fixes an issue where the textbox would linger during games (textbox is now no longer always set to
window auto
after leaving the menu. It's only set to that if we had towindow hide
(In other words, there was no dialogue for the menu) (#1)
Additions
- Added another menu type, which is more of a medium of the
mas_gen_scrollable_menu
and thetalk_choice
menu. This one does not have Monika slide over but it is displayed to the right with similar spacing to thetalk_choice
menu.
All Scrollable Menus - 1.0.1
Adds the option to use the talk_choice
screen for menus instead (The same menu you get at the main Talk
screen)
All Scrollable Menus - 1.0.0
Converts all menus in MAS to gen-scrollable menus, for consistency and so Monika's face is never hidden.