aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--images/rating.html3
-rw-r--r--images/rating@0.5.pngbin0 -> 78248 bytes
-rw-r--r--poetry.rpy6
-rw-r--r--poetry.rpycbin23075 -> 23695 bytes
-rw-r--r--script.rpycbin59302 -> 59304 bytes
5 files changed, 8 insertions, 1 deletions
diff --git a/images/rating.html b/images/rating.html
new file mode 100644
index 0000000..23e1d1b
--- /dev/null
+++ b/images/rating.html
@@ -0,0 +1,3 @@
+<img src="shl.webp" width=80 height=80 style="float:left">
+<p style="font-size:25;line-height:0;padding-top:20">★☆☆☆☆</p>
+<p>Six-star masterpiece! This is the extra star.</p>
diff --git a/images/rating@0.5.png b/images/rating@0.5.png
new file mode 100644
index 0000000..a848f19
--- /dev/null
+++ b/images/rating@0.5.png
Binary files differ
diff --git a/poetry.rpy b/poetry.rpy
index 06d9ced..44f1684 100644
--- a/poetry.rpy
+++ b/poetry.rpy
@@ -264,7 +264,11 @@ label poetry3:
s "One last poem!"
call run_poetry_game(False) from _call_run_poetry_game_2
- s "Hope you had fun! Bye!"
+ s "Hope you had fun!"
+ hide screen poetry
+ hide canvas
+ show rating at top
+ s "Oh and by the way I rated Kublai: Star Rail!"
stop music fadeout 2
scene black with fade
$ renpy.quit()
diff --git a/poetry.rpyc b/poetry.rpyc
index c84fb88..5db58c5 100644
--- a/poetry.rpyc
+++ b/poetry.rpyc
Binary files differ
diff --git a/script.rpyc b/script.rpyc
index df109a2..c62727b 100644
--- a/script.rpyc
+++ b/script.rpyc
Binary files differ