Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add screenshots (resolve #1) #27

Merged
merged 2 commits into from
Jul 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 22 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<h1 align="center">🗨️ Say Something Submod</h1>
<h3 align="center">Ask your Monika to say something and pose for you~</h3>
<p align="center">
<img src="doc/SaySomething.png"
width="320" height="320">
<h3 align="center">Ask your Monika to say something and pose for you~</h3>
</p>

<p align="center">
<a href="https://github.com/friends-of-monika/mas-saysomething/releases/latest">
Expand Down Expand Up @@ -33,8 +36,19 @@

## 🖼️ Screenshots

![Monika is wondering, what is that menu...][12]
![Monika is impressed][13]
<details>
<summary>Show all screenshots...</summary>
<table>
<tr>
<td><img src="doc/screenshots/Screenshot0.png" alt="GUI example"></td>
<td><img src="doc/screenshots/Screenshot1.png" alt="Topics overview"></td>
</tr>
<tr>
<td><img src="doc/screenshots/Screenshot2.png" alt="Speech saving"></td>
<td><img src="doc/screenshots/Screenshot3.png" alt="Generating topic"></td>
</tr>
</table>
</details>

## ❓ Installing

Expand Down Expand Up @@ -75,6 +89,8 @@ We're up to chat! Come join submod author's Discord server [here][8].
[8]: https://dcache.me/discord
[9]: https://mon.icu/discord
[10]: https://discordapp.com/api/guilds/1029849988953546802/widget.png?style=banner3
[12]: doc/screenshots/1.png
[13]: doc/screenshots/2.png
[12]: doc/screenshots/Screenshot0.png
[13]: doc/screenshots/Screenshot1.png
[14]: https://github.com/mayday-mayjay
[15]: doc/screenshots/Screenshot2.png
[16]: doc/screenshots/Screenshot3.png
Binary file added doc/SaySomething.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed doc/screenshots/1.png
Binary file not shown.
Binary file removed doc/screenshots/2.png
Binary file not shown.
Binary file added doc/screenshots/Screenshot0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshots/Screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshots/Screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshots/Screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion mod/screen.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ init 100 python in _fom_saysomething:
self._load_state(self.session[self.session_cursor])
else:
self.session_cursor = len(self.session)
self._reset_state()
self._reset_state(reset_pose=False, reset_text=True)
return RETURN_RENDER
else:
if self.session_cursor > 0:
Expand Down