Skip to content

Commit 1051368

Browse files
committed
update readme with pictures
1 parent 45b779f commit 1051368

1 file changed

Lines changed: 23 additions & 6 deletions

File tree

README.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
11
# All Scrollable Menus
22
### Oops! All Scrollables!
33

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
59

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+
![image](https://cdn.discordapp.com/attachments/609579661847953430/734161840271130684/screenshot0215.png)
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+
![image](https://cdn.discordapp.com/attachments/609579661847953430/734161839587459143/screenshot0214.png)
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+
![image](https://cdn.discordapp.com/attachments/609579661847953430/734161834810277948/screenshot0213.png)
1128

1229
### Please report any and all problems in the `issues` tab.
1330
###### Thank you

0 commit comments

Comments
 (0)