File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## August 03, 2020 (1.0.3):
2+ - Fix for changed constants as of the current unstable (build 126), will be carried through MAS 0.11.4
3+
14## July 18, 2020 (1.0.2):
25- Crash fix for opendoor greetings
36- Added another menu type, the ` unobstructed_choice ` menu, which is a medium between the ` mas_gen_scrollable ` and ` talk_choice ` menus
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ init -990 python in mas_submod_utils:
55 author = " multimokia" ,
66 name = " All Gen Scrollable Menus" ,
77 description = " A submod which converts all menus to gen-scrollable-menus so Monika's face is never hidden." ,
8- version = " 1.0.2 " ,
8+ version = " 1.0.3 " ,
99 settings_pane = " gsm_settings" ,
1010 version_updates = {
1111 " multimokia_all_gen_scrollable_menus_v1_0_0" : " multimokia_all_gen_scrollable_menus_v1_0_2" ,
@@ -119,7 +119,7 @@ init -1 python in gsm_utils:
119119
120120 TYPE_KWARGS_MAP = {
121121 TYPE_SCROLLABLE: {
122- " display_area" : store.mas_ui.SCROLLABLE_MENU_TXT_AREA ,
122+ " display_area" : store.mas_ui.SCROLLABLE_MENU_TXT_TALL_AREA ,
123123 " scroll_align" : store.mas_ui.SCROLLABLE_MENU_XALIGN
124124 }
125125 }
You can’t perform that action at this time.
0 commit comments