File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed 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
+
1
4
## July 18, 2020 (1.0.2):
2
5
- Crash fix for opendoor greetings
3
6
- 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:
5
5
author = " multimokia" ,
6
6
name = " All Gen Scrollable Menus" ,
7
7
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 " ,
9
9
settings_pane = " gsm_settings" ,
10
10
version_updates = {
11
11
" 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:
119
119
120
120
TYPE_KWARGS_MAP = {
121
121
TYPE_SCROLLABLE: {
122
- " display_area" : store.mas_ui.SCROLLABLE_MENU_TXT_AREA ,
122
+ " display_area" : store.mas_ui.SCROLLABLE_MENU_TXT_TALL_AREA ,
123
123
" scroll_align" : store.mas_ui.SCROLLABLE_MENU_XALIGN
124
124
}
125
125
}
You can’t perform that action at this time.
0 commit comments