Skip to content

Commit 43b5ea2

Browse files
committed
fix for menu constant change
1 parent 67182d6 commit 43b5ea2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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

game/Submods/All Scrollable Menus/all_menus_are_gen_scrollable.rpy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)