|
1 | 1 | # All Scrollable Menus |
2 | 2 | ### Oops! All Scrollables! |
3 | 3 |
|
4 | | -This submod replaces the standard Ren'Py menus with the MAS `mas_gen_scrollable_menu` (or the `talk_choice` menu if you wish). |
| 4 | +This submod replaces the standard Ren'Py menus with your choice of the following menus: |
| 5 | +#### The `mas_gen_scrollable_menu`: |
| 6 | +- The same screen used for large menus (Like the `Goodbye`, `I'm feeling`, `I want to tell you something` menus) |
| 7 | +- Slides Monika over to the left |
| 8 | +- Displays in the top right corner of the window |
5 | 9 |
|
6 | | -As such, the following happens when a menu is open: |
7 | | -- Monika slides to the left |
8 | | -- The menu options show up in the top right, with smaller spacing |
9 | | -- When you click the option, Monika slides back to the middle |
10 | | -- Monika's face is no longer covered by menu options |
| 10 | +##### Sample: |
| 11 | + |
| 12 | + |
| 13 | +#### The `talk_choice` menu: |
| 14 | +- The same screen used for the main 'Talk' screen |
| 15 | +- Slides Monika over to the left |
| 16 | +- Displays on the right-middle of the window |
| 17 | + |
| 18 | +##### Sample: |
| 19 | + |
| 20 | + |
| 21 | +#### The `unobstructed_choice` menu: |
| 22 | +- Custom screen which is essentially a medium between the above two menus |
| 23 | +- Monika doesn't need to slide over anymore |
| 24 | +- Displays in the right middle of the window |
| 25 | + |
| 26 | +##### Sample: |
| 27 | + |
11 | 28 |
|
12 | 29 | ### Please report any and all problems in the `issues` tab. |
13 | 30 | ###### Thank you |
0 commit comments