Skip to content

Commit

Permalink
Merge pull request #27 from Friends-of-Monika/dev
Browse files Browse the repository at this point in the history
Add screenshots (resolve #1)
  • Loading branch information
dreamscached authored Jul 16, 2023
2 parents 43ea272 + 49e2573 commit 8c9ba9a
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 7 deletions.
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

0 comments on commit 8c9ba9a

Please sign in to comment.