From 67a4d0e0ec42e5e827a1d9d4c1c8f727ae2f3693 Mon Sep 17 00:00:00 2001 From: Dynamitos Date: Tue, 9 Jun 2026 11:08:04 +0200 Subject: [PATCH] Initial commit --- .DS_Store | Bin 0 -> 12292 bytes .gitignore | 32 + .vscode/settings.json | 10 + game/gui.rpy | 480 + game/gui/bar/bottom.png | Bin 0 -> 838 bytes game/gui/bar/left.png | Bin 0 -> 522 bytes game/gui/bar/right.png | Bin 0 -> 522 bytes game/gui/bar/top.png | Bin 0 -> 838 bytes game/gui/bubble.png | Bin 0 -> 6886 bytes game/gui/button/check_foreground.png | Bin 0 -> 104 bytes game/gui/button/check_selected_foreground.png | Bin 0 -> 158 bytes game/gui/button/choice_hover_background.png | Bin 0 -> 1751 bytes game/gui/button/choice_idle_background.png | Bin 0 -> 1777 bytes game/gui/button/hover_background.png | Bin 0 -> 465 bytes game/gui/button/idle_background.png | Bin 0 -> 465 bytes game/gui/button/quick_hover_background.png | Bin 0 -> 198 bytes game/gui/button/quick_idle_background.png | Bin 0 -> 198 bytes game/gui/button/radio_foreground.png | Bin 0 -> 104 bytes game/gui/button/radio_selected_foreground.png | Bin 0 -> 158 bytes game/gui/button/slot_hover_background.png | Bin 0 -> 3054 bytes game/gui/button/slot_idle_background.png | Bin 0 -> 2989 bytes game/gui/frame.png | Bin 0 -> 7255 bytes game/gui/game_menu.png | Bin 0 -> 38669 bytes game/gui/main_menu.png | Bin 0 -> 38669 bytes game/gui/namebox.png | Bin 0 -> 503 bytes game/gui/notify.png | Bin 0 -> 1889 bytes game/gui/nvl.png | Bin 0 -> 40383 bytes game/gui/overlay/confirm.png | Bin 0 -> 38668 bytes game/gui/overlay/game_menu.png | Bin 0 -> 39462 bytes game/gui/overlay/main_menu.png | Bin 0 -> 39525 bytes game/gui/phone/bar/bottom.png | Bin 0 -> 838 bytes game/gui/phone/bar/left.png | Bin 0 -> 522 bytes game/gui/phone/bar/right.png | Bin 0 -> 522 bytes game/gui/phone/bar/top.png | Bin 0 -> 838 bytes game/gui/phone/button/check_foreground.png | Bin 0 -> 111 bytes .../button/check_selected_foreground.png | Bin 0 -> 176 bytes .../phone/button/choice_hover_background.png | Bin 0 -> 1751 bytes .../phone/button/choice_idle_background.png | Bin 0 -> 1777 bytes game/gui/phone/button/hover_background.png | Bin 0 -> 583 bytes game/gui/phone/button/idle_background.png | Bin 0 -> 583 bytes game/gui/phone/button/radio_foreground.png | Bin 0 -> 111 bytes .../button/radio_selected_foreground.png | Bin 0 -> 176 bytes .../phone/button/slot_hover_background.png | Bin 0 -> 3054 bytes .../gui/phone/button/slot_idle_background.png | Bin 0 -> 2989 bytes game/gui/phone/nvl.png | Bin 0 -> 38668 bytes game/gui/phone/overlay/game_menu.png | Bin 0 -> 39477 bytes game/gui/phone/overlay/main_menu.png | Bin 0 -> 39624 bytes .../phone/scrollbar/horizontal_hover_bar.png | Bin 0 -> 462 bytes .../scrollbar/horizontal_hover_thumb.png | Bin 0 -> 465 bytes .../phone/scrollbar/horizontal_idle_bar.png | Bin 0 -> 464 bytes .../phone/scrollbar/horizontal_idle_thumb.png | Bin 0 -> 464 bytes .../phone/scrollbar/vertical_hover_bar.png | Bin 0 -> 803 bytes .../phone/scrollbar/vertical_hover_thumb.png | Bin 0 -> 805 bytes .../gui/phone/scrollbar/vertical_idle_bar.png | Bin 0 -> 804 bytes .../phone/scrollbar/vertical_idle_thumb.png | Bin 0 -> 804 bytes .../gui/phone/slider/horizontal_hover_bar.png | Bin 0 -> 702 bytes .../phone/slider/horizontal_hover_thumb.png | Bin 0 -> 141 bytes game/gui/phone/slider/horizontal_idle_bar.png | Bin 0 -> 703 bytes .../phone/slider/horizontal_idle_thumb.png | Bin 0 -> 140 bytes game/gui/phone/slider/vertical_hover_bar.png | Bin 0 -> 1371 bytes .../gui/phone/slider/vertical_hover_thumb.png | Bin 0 -> 146 bytes game/gui/phone/slider/vertical_idle_bar.png | Bin 0 -> 1373 bytes game/gui/phone/slider/vertical_idle_thumb.png | Bin 0 -> 145 bytes game/gui/phone/textbox.png | Bin 0 -> 13292 bytes game/gui/scrollbar/horizontal_hover_bar.png | Bin 0 -> 462 bytes game/gui/scrollbar/horizontal_hover_thumb.png | Bin 0 -> 465 bytes game/gui/scrollbar/horizontal_idle_bar.png | Bin 0 -> 464 bytes game/gui/scrollbar/horizontal_idle_thumb.png | Bin 0 -> 464 bytes game/gui/scrollbar/vertical_hover_bar.png | Bin 0 -> 803 bytes game/gui/scrollbar/vertical_hover_thumb.png | Bin 0 -> 805 bytes game/gui/scrollbar/vertical_idle_bar.png | Bin 0 -> 804 bytes game/gui/scrollbar/vertical_idle_thumb.png | Bin 0 -> 804 bytes game/gui/skip.png | Bin 0 -> 721 bytes game/gui/slider/horizontal_hover_bar.png | Bin 0 -> 521 bytes game/gui/slider/horizontal_hover_thumb.png | Bin 0 -> 114 bytes game/gui/slider/horizontal_idle_bar.png | Bin 0 -> 522 bytes game/gui/slider/horizontal_idle_thumb.png | Bin 0 -> 114 bytes game/gui/slider/vertical_hover_bar.png | Bin 0 -> 836 bytes game/gui/slider/vertical_hover_thumb.png | Bin 0 -> 111 bytes game/gui/slider/vertical_idle_bar.png | Bin 0 -> 838 bytes game/gui/slider/vertical_idle_thumb.png | Bin 0 -> 111 bytes game/gui/textbox.png | Bin 0 -> 10916 bytes game/gui/thoughtbubble.png | Bin 0 -> 4215 bytes game/gui/window_icon.png | Bin 0 -> 18037 bytes game/libs/libs.txt | 6 + .../vscode_renpy_warp_3.5.0_938e75e2.rpe.py | 277 + game/options.rpy | 209 + game/screens.rpy | 1621 ++ game/script.rpy | 33 + game/tl/None/common.rpym | 1535 ++ notes/.DS_Store | Bin 0 -> 8196 bytes notes/.obsidian/app.json | 1 + notes/.obsidian/appearance.json | 1 + notes/.obsidian/community-plugins.json | 3 + ...ndex-e5bc1cb1b245c5b66af9ebfec1c2f470.json | 1 + notes/.obsidian/core-plugins.json | 33 + notes/.obsidian/graph.json | 22 + .../.obsidian/plugins/agent-client/data.json | 105 + notes/.obsidian/plugins/agent-client/main.js | 218 + .../plugins/agent-client/manifest.json | 1 + .../ses_1ed40d9d9ffe6xBP145sV755Wk.json | 34 + .../ses_1ed41b31affepnZGfYVduv4th2.json | 34 + .../ses_1ed449357ffeiuGN2CvVk6WjzN.json | 34 + .../.obsidian/plugins/agent-client/styles.css | 2317 +++ notes/.obsidian/plugins/copilot/data.json | 489 + notes/.obsidian/plugins/copilot/main.js | 3444 ++++ notes/.obsidian/plugins/copilot/manifest.json | 13 + notes/.obsidian/plugins/copilot/styles.css | 1 + .../obsidian42-brat/brat-migrations.json | 5 + .../plugins/obsidian42-brat/data.json | 17 + .../.obsidian/plugins/obsidian42-brat/main.js | 45 + .../plugins/obsidian42-brat/manifest.json | 14 + .../plugins/obsidian42-brat/styles.css | 152 + notes/.obsidian/plugins/ollama/main.js | 273 + notes/.obsidian/plugins/ollama/manifest.json | 10 + notes/.obsidian/plugins/yolo/data.json | 206 + notes/.obsidian/plugins/yolo/main.js | 5926 ++++++ notes/.obsidian/plugins/yolo/manifest.json | 11 + .../plugins/yolo/runtime/pglite/current.json | 4 + .../pglite-runtime-0.4.4-r1/initdb.wasm | Bin 0 -> 169969 bytes .../pglite-runtime-0.4.4-r1/manifest.json | 29 + .../pglite-runtime-0.4.4-r1/pglite.data | Bin 0 -> 5289109 bytes .../pglite-runtime-0.4.4-r1/pglite.wasm | Bin 0 -> 8739902 bytes .../pglite-runtime-0.4.4-r1/vector.tar.gz | Bin 0 -> 46052 bytes notes/.obsidian/plugins/yolo/styles.css | 15380 ++++++++++++++++ notes/.obsidian/workspace.json | 262 + notes/Backstories/Eron.md | 5 + notes/Backstories/Forney.md | 1 + notes/Backstories/Gefalt.md | 1 + notes/Backstories/Kaeros.md | 11 + notes/Backstories/Luno.md | 7 + notes/Backstories/Mira.md | 11 + notes/Backstories/Sara.md | 9 + notes/Basics.md | 0 notes/Blessing Ideas.md | 6 + notes/Blessings.md | 9 + notes/Conversation.md | 282 + notes/End.md | 3 + notes/Gameplay Mechanics.md | 50 + notes/Initial Meeting.md | 26 + notes/Mora.md | 6 + notes/Story Outline.md | 17 + notes/Story/.DS_Store | Bin 0 -> 6148 bytes notes/World.md | 32 + .../Copilot-Indexed-Files-10-05-2026.md | 21 + ...tion_Restructuring_Plan@20260510_201609.md | 317 + ..._File_Splitting_Request@20260510_192223.md | 17 + ...inal_Event_Alternatives@20260510_201609.md | 477 + 148 files changed, 34596 insertions(+) create mode 100644 .DS_Store create mode 100644 .gitignore create mode 100644 .vscode/settings.json create mode 100644 game/gui.rpy create mode 100644 game/gui/bar/bottom.png create mode 100644 game/gui/bar/left.png create mode 100644 game/gui/bar/right.png create mode 100644 game/gui/bar/top.png create mode 100644 game/gui/bubble.png create mode 100644 game/gui/button/check_foreground.png create mode 100644 game/gui/button/check_selected_foreground.png create mode 100644 game/gui/button/choice_hover_background.png create mode 100644 game/gui/button/choice_idle_background.png create mode 100644 game/gui/button/hover_background.png create mode 100644 game/gui/button/idle_background.png create mode 100644 game/gui/button/quick_hover_background.png create mode 100644 game/gui/button/quick_idle_background.png create mode 100644 game/gui/button/radio_foreground.png create mode 100644 game/gui/button/radio_selected_foreground.png create mode 100644 game/gui/button/slot_hover_background.png create mode 100644 game/gui/button/slot_idle_background.png create mode 100644 game/gui/frame.png create mode 100644 game/gui/game_menu.png create mode 100644 game/gui/main_menu.png create mode 100644 game/gui/namebox.png create mode 100644 game/gui/notify.png create mode 100644 game/gui/nvl.png create mode 100644 game/gui/overlay/confirm.png create mode 100644 game/gui/overlay/game_menu.png create mode 100644 game/gui/overlay/main_menu.png create mode 100644 game/gui/phone/bar/bottom.png create mode 100644 game/gui/phone/bar/left.png create mode 100644 game/gui/phone/bar/right.png create mode 100644 game/gui/phone/bar/top.png create mode 100644 game/gui/phone/button/check_foreground.png create mode 100644 game/gui/phone/button/check_selected_foreground.png create mode 100644 game/gui/phone/button/choice_hover_background.png create mode 100644 game/gui/phone/button/choice_idle_background.png create mode 100644 game/gui/phone/button/hover_background.png create mode 100644 game/gui/phone/button/idle_background.png create mode 100644 game/gui/phone/button/radio_foreground.png create mode 100644 game/gui/phone/button/radio_selected_foreground.png create mode 100644 game/gui/phone/button/slot_hover_background.png create mode 100644 game/gui/phone/button/slot_idle_background.png create mode 100644 game/gui/phone/nvl.png create mode 100644 game/gui/phone/overlay/game_menu.png create mode 100644 game/gui/phone/overlay/main_menu.png create mode 100644 game/gui/phone/scrollbar/horizontal_hover_bar.png create mode 100644 game/gui/phone/scrollbar/horizontal_hover_thumb.png create mode 100644 game/gui/phone/scrollbar/horizontal_idle_bar.png create mode 100644 game/gui/phone/scrollbar/horizontal_idle_thumb.png create mode 100644 game/gui/phone/scrollbar/vertical_hover_bar.png create mode 100644 game/gui/phone/scrollbar/vertical_hover_thumb.png create mode 100644 game/gui/phone/scrollbar/vertical_idle_bar.png create mode 100644 game/gui/phone/scrollbar/vertical_idle_thumb.png create mode 100644 game/gui/phone/slider/horizontal_hover_bar.png create mode 100644 game/gui/phone/slider/horizontal_hover_thumb.png create mode 100644 game/gui/phone/slider/horizontal_idle_bar.png create mode 100644 game/gui/phone/slider/horizontal_idle_thumb.png create mode 100644 game/gui/phone/slider/vertical_hover_bar.png create mode 100644 game/gui/phone/slider/vertical_hover_thumb.png create mode 100644 game/gui/phone/slider/vertical_idle_bar.png create mode 100644 game/gui/phone/slider/vertical_idle_thumb.png create mode 100644 game/gui/phone/textbox.png create mode 100644 game/gui/scrollbar/horizontal_hover_bar.png create mode 100644 game/gui/scrollbar/horizontal_hover_thumb.png create mode 100644 game/gui/scrollbar/horizontal_idle_bar.png create mode 100644 game/gui/scrollbar/horizontal_idle_thumb.png create mode 100644 game/gui/scrollbar/vertical_hover_bar.png create mode 100644 game/gui/scrollbar/vertical_hover_thumb.png create mode 100644 game/gui/scrollbar/vertical_idle_bar.png create mode 100644 game/gui/scrollbar/vertical_idle_thumb.png create mode 100644 game/gui/skip.png create mode 100644 game/gui/slider/horizontal_hover_bar.png create mode 100644 game/gui/slider/horizontal_hover_thumb.png create mode 100644 game/gui/slider/horizontal_idle_bar.png create mode 100644 game/gui/slider/horizontal_idle_thumb.png create mode 100644 game/gui/slider/vertical_hover_bar.png create mode 100644 game/gui/slider/vertical_hover_thumb.png create mode 100644 game/gui/slider/vertical_idle_bar.png create mode 100644 game/gui/slider/vertical_idle_thumb.png create mode 100644 game/gui/textbox.png create mode 100644 game/gui/thoughtbubble.png create mode 100644 game/gui/window_icon.png create mode 100644 game/libs/libs.txt create mode 100644 game/libs/vscode_renpy_warp_3.5.0_938e75e2.rpe.py create mode 100644 game/options.rpy create mode 100644 game/screens.rpy create mode 100644 game/script.rpy create mode 100644 game/tl/None/common.rpym create mode 100644 notes/.DS_Store create mode 100644 notes/.obsidian/app.json create mode 100644 notes/.obsidian/appearance.json create mode 100644 notes/.obsidian/community-plugins.json create mode 100644 notes/.obsidian/copilot-index-e5bc1cb1b245c5b66af9ebfec1c2f470.json create mode 100644 notes/.obsidian/core-plugins.json create mode 100644 notes/.obsidian/graph.json create mode 100644 notes/.obsidian/plugins/agent-client/data.json create mode 100644 notes/.obsidian/plugins/agent-client/main.js create mode 100644 notes/.obsidian/plugins/agent-client/manifest.json create mode 100644 notes/.obsidian/plugins/agent-client/sessions/ses_1ed40d9d9ffe6xBP145sV755Wk.json create mode 100644 notes/.obsidian/plugins/agent-client/sessions/ses_1ed41b31affepnZGfYVduv4th2.json create mode 100644 notes/.obsidian/plugins/agent-client/sessions/ses_1ed449357ffeiuGN2CvVk6WjzN.json create mode 100644 notes/.obsidian/plugins/agent-client/styles.css create mode 100644 notes/.obsidian/plugins/copilot/data.json create mode 100644 notes/.obsidian/plugins/copilot/main.js create mode 100644 notes/.obsidian/plugins/copilot/manifest.json create mode 100644 notes/.obsidian/plugins/copilot/styles.css create mode 100644 notes/.obsidian/plugins/obsidian42-brat/brat-migrations.json create mode 100644 notes/.obsidian/plugins/obsidian42-brat/data.json create mode 100644 notes/.obsidian/plugins/obsidian42-brat/main.js create mode 100644 notes/.obsidian/plugins/obsidian42-brat/manifest.json create mode 100644 notes/.obsidian/plugins/obsidian42-brat/styles.css create mode 100644 notes/.obsidian/plugins/ollama/main.js create mode 100644 notes/.obsidian/plugins/ollama/manifest.json create mode 100644 notes/.obsidian/plugins/yolo/data.json create mode 100644 notes/.obsidian/plugins/yolo/main.js create mode 100644 notes/.obsidian/plugins/yolo/manifest.json create mode 100644 notes/.obsidian/plugins/yolo/runtime/pglite/current.json create mode 100644 notes/.obsidian/plugins/yolo/runtime/pglite/pglite-runtime-0.4.4-r1/initdb.wasm create mode 100644 notes/.obsidian/plugins/yolo/runtime/pglite/pglite-runtime-0.4.4-r1/manifest.json create mode 100644 notes/.obsidian/plugins/yolo/runtime/pglite/pglite-runtime-0.4.4-r1/pglite.data create mode 100644 notes/.obsidian/plugins/yolo/runtime/pglite/pglite-runtime-0.4.4-r1/pglite.wasm create mode 100644 notes/.obsidian/plugins/yolo/runtime/pglite/pglite-runtime-0.4.4-r1/vector.tar.gz create mode 100644 notes/.obsidian/plugins/yolo/styles.css create mode 100644 notes/.obsidian/workspace.json create mode 100644 notes/Backstories/Eron.md create mode 100644 notes/Backstories/Forney.md create mode 100644 notes/Backstories/Gefalt.md create mode 100644 notes/Backstories/Kaeros.md create mode 100644 notes/Backstories/Luno.md create mode 100644 notes/Backstories/Mira.md create mode 100644 notes/Backstories/Sara.md create mode 100644 notes/Basics.md create mode 100644 notes/Blessing Ideas.md create mode 100644 notes/Blessings.md create mode 100644 notes/Conversation.md create mode 100644 notes/End.md create mode 100644 notes/Gameplay Mechanics.md create mode 100644 notes/Initial Meeting.md create mode 100644 notes/Mora.md create mode 100644 notes/Story Outline.md create mode 100644 notes/Story/.DS_Store create mode 100644 notes/World.md create mode 100644 notes/copilot/Copilot-Indexed-Files-10-05-2026.md create mode 100644 notes/copilot/copilot-conversations/Conversation_Restructuring_Plan@20260510_201609.md create mode 100644 notes/copilot/copilot-conversations/Error_in_File_Splitting_Request@20260510_192223.md create mode 100644 notes/copilot/copilot-conversations/Final_Event_Alternatives@20260510_201609.md diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..70c91095f13bebda1ebbd43d84106de368bd510f GIT binary patch literal 12292 zcmeHNTWl0n7(V~7Ei>&vPfNLsZp*@|AU4t#+Hw(G+9G!fz0eEDGP^UvgxQ(0GrL7= zV`DjFCyI5)!E(Bvy%qqQKf&oD!yC4PZn)f_X}aPfX(3 zUcMt`Pw6cxgaw2JE+q>{cron#jbJPz4sna$UpIv>bxUg4wmiSF@k@}VMas&j%SuJ1 zIz#L2+tsfQCTUIHGDo_Geam&cU1rupnWR+HgPN~Z+7B{ z-hhQuGR4{w8-sFu=G^FlYnLotzH&|bEt|KWs-o33vuag!$TCdFw{Ek{Y~P4w_y-1c zFKs%8`Fh*0jBB+O4|hcMY2kUebHv+#T39 zqnX4i;gX2aSISR33rtY=E=4a;|fMqKq4tzH{s!>u!nU=20Zv`W)d% z9deRLr=XoHoo3RXiW?0}un4ZC3X!!il}qf^VPS}iLMrK(#Y*sU!v)AC{=TpfA%z8m z1^&ktVBd!rMkW)X9Op9lbYQ|D1Z!syA_$mA9uU;ULYWBVIG2Gc>IAANxhjMd1GqZY z$5?liiBOJn$<+yPbpqkc5Hb`9W=FkP(49bnOOXl-2n$TLKsi=T#{R=8n_++H__?uv zbi>9?o7JtC4fa1hlcW9FbLPev1z53W-2__Z@VbDgi*b4Y&L=_o0GtQlwFFq7LQZgX zv`(F0pbVu{q7PBMd01v7f==hX7pm9Di0Ww>FD_EAml4m?a$anR-Y6r3pi)p&o1)7U zx{qPktqTARM0w zvtS-9f<{;YYhfd7hb{!*J;!y9BpR+4ny=x9q@V?(UDrDd!k zHoCGI^UIgDj*Thu?D*2v-N}P?#&PfGD}&I{kr})^ksd8x58rDOTwQQ=!PWmAS1I>pNv1f-ypWU3qK|`MNBjt1u%pY89fdBTgdG)aeP3+nw|oU|2R1dgUf|Z?S=UZL zInU-d_G7*u!(w*+zy9z4{|h>aL|8yr;L5ZBL^^vq+i`7$BZtyuva|LW#(fxBVEx9q z3{)@)kK=>3;3yvJ3cq-<{t4{PHyh_0ya64ZLn`9lUNaPAP!wQs ztl0SD2&bPMXHUbvAB)!Urmfrj{~?Eff3y8abqoZxnlXjpWkSnq1 zAO}QEql$u*&}4Op8V8db5P5|OEH2JTpIks@uyAy+NkfcdnbeTs;WH0v`o#ohu*nS$ zLIS*LyPI6BRXoh|Y$L4N&JPaCWpEdD027 wUVzsOqKiX?@#2ITHi8iA7ae39j*ixwyO=p>+8hrNU>q}ey85}Sb4q9e0A4F{`2YX_ literal 0 HcmV?d00001 diff --git a/game/gui/bar/right.png b/game/gui/bar/right.png new file mode 100644 index 0000000000000000000000000000000000000000..4c991cc350219c51fd2cd6549eaf9c509fbdf3eb GIT binary patch literal 522 zcmeAS@N?(olHy`uVBq!ia0y~yVB!U`)i~IIr2Cr{9t;eO7d>4ZLn`9lUNaPBP~>4f zSg=o^vEFbFOW1)Wex~omcRzb$-N(Sl#KIw<@Il}QhoFK(1BlzzkfGsK2NVQy8wGjY zAfg;9j29=&uz@OCbdU|IKt(}HXtFxk5C;d78&LBmu(&uUeR2Vt$I-zi4K;dFLxzXX zJcv%liwVpis~s8~gamjyPYOd^q9Bz6(Iw!)v`EpgQVC+cOEWLnL5xhE4kjvU{t%rF v85L<|_t>c7(a;z&X(L(sH)ESQ>vElA@{@u2 OgTd3)&t;ucLK6Tq<9N#e literal 0 HcmV?d00001 diff --git a/game/gui/bubble.png b/game/gui/bubble.png new file mode 100644 index 0000000000000000000000000000000000000000..3b23ff3bc15c8ddf2469fd411f6fee423fdba853 GIT binary patch literal 6886 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 OKuKO*?&k;d(EkB}Qjv*25Z!a+N0(plPeD}}g rGw*OnJkY?%%*G>OkbuN!Jlx1Aa+iUTJ8zFQP%(q2tDnm{r-UW|nqL{Q literal 0 HcmV?d00001 diff --git a/game/gui/button/check_selected_foreground.png b/game/gui/button/check_selected_foreground.png new file mode 100644 index 0000000000000000000000000000000000000000..a214febb32ce6f133a3c87fa66d45b63e71f0763 GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^(m-s;!3HF?A75exQmLLUjv*25Z?Bx@JfI-J>M(iM z8%@)t%fBpnA|}B6@4(@TxVxnlIUIbAu`GQ_6Q28BefTK!n)#n6IV)uKuI9}6P|Kiv zES`~3P=ImfB*q?z->f>1>UN*^?UB%Zq$zn|$Gkvxrr#VXd)k@3{I+Ea11)6mboFyt I=akR{00YN3od5s; literal 0 HcmV?d00001 diff --git a/game/gui/button/choice_hover_background.png b/game/gui/button/choice_hover_background.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2cba7d18da1885e08ec634c11c494777a0e6e2 GIT binary patch literal 1751 zcmeAS@N?(olHy`uVBq!ia0y~yU|9%cn{coJ$slFzBMb~|^E_P~Ln`9l-o6-g+dzQz z!i9(b@BjAytEMqK%`w^Mk;A%BCI!0hITW(qHJ9hW8@%MfE&flp0K2IpV>6r?$ zn;R{eWc9v&d@16hYj0m}`+8>7;Wbg4U;SBPD{Ec$_WZ|V50ZH7e$`aQNbi5TQ#bit z;k)AOP0P10*r>Ay#rFyOnPj)=^e0;so!x7=XXn>D&#z5cGkebO3OE-|8KbWe%r10;cKS~BZsB~t4?yn7BQLFUvDn` z<%`-E^*rozP1@f3k=A?fo$_1dCa<0T;_tpTZ&{F|{C@4d@k=Uuxs z^R)Z5>igdBUtdrRVGp>vQ`VvMM9BA7d*YIRe7X2@T4D6D6+iD)ci*07xH%{Jev6tK zau#abaX_ML4;yE9!mG{6$K(&KIcr!KCcXElgz0^2zpb+MoL5_aTd;}B=IHcCAFFt# zdqA3bQNK@qrtR)~o8%we??4S3hmZuxJ35=2y{|w1JpEW-Tr~2Tk78ZzzU1O)78&qol`;+0AO literal 0 HcmV?d00001 diff --git a/game/gui/button/choice_idle_background.png b/game/gui/button/choice_idle_background.png new file mode 100644 index 0000000000000000000000000000000000000000..bfae13cfa0e23331f958a8cee1d7587cacb5e4b6 GIT binary patch literal 1777 zcmeAS@N?(olHy`uVBq!ia0y~yU|9%cn{coJ$slFzBMb~|J3L(+Ln`9l-fr}Jo~)Am;{UvI{p(}XH@@XWR-K^S7<}{lt-|O{DY3DezgYH1slUGdVEUP| zi*xRsI(mh>tt`5~x^m<7;_9=ePp3^O?foNN%XVuTvSloFo(n_;_O`6pUi|!--20_R zkl(i>zQ<~1kb#Ft@>)$PZxocy!Vq`T6;u z8&S`%-C3O~_1*iHz2ZZ@H~O-|*)sh;nj-$!KWSZ+@_8~DwB*U{%stKZHJ z$aU0Rm{obHfBCuIqepGCU(3Zk&gLr?EAGGly6XMsC^>tSV4a|S;q>IFMQ3Es+uDiw z$2|`EbobG=ueZLv|M^R5t@sPq6#M(XTb|JHlf) zVBjmbIdF;^YdNAs1StM?GI_1IbJNogB`$%^=nxEWI@;qEfQVp-+Z@(42x*mFT3i z7>xy#G&7oz5IKd6>|7x|Y2K;7-#>qRz5jmMKKbjP|HkajZ4KL7fBs|Kw-0s8(koxr zB>fXW&5w=$S)#-@eA!;g>U}*fdiycC-1ny6Zl0Dq|EbPSZ(W?z)lVzuu3s9gopQ@x zcdA@%egDj7K7BK8rdyztKTo*6Y+CW1<@>$&bDeeP*X??K?fmqgmw4B{y3;-JpL$^T zq_|aAZm%r9KCk%8R`>e)Db7%~C{4=woW v|2CVW!y)lN10ypVkAy+OC}SW3Aul1~1OsD2qFf*_Rv0{8{an^LB{Ts5`^;)L literal 0 HcmV?d00001 diff --git a/game/gui/button/idle_background.png b/game/gui/button/idle_background.png new file mode 100644 index 0000000000000000000000000000000000000000..266d53bd1ce290c778ceb02895b2a222b1e48790 GIT binary patch literal 465 zcmeAS@N?(olHy`uVBq!ia0y~yU_1n58*;D#NzcrcZa{$)Db7%~C{4=woW v|2CVW!y)lN10ypVkAy+OC}SW3Aul1~1OsD2qFf*_Rv0{8{an^LB{Ts5`^;)L literal 0 HcmV?d00001 diff --git a/game/gui/button/quick_hover_background.png b/game/gui/button/quick_hover_background.png new file mode 100644 index 0000000000000000000000000000000000000000..0ecc7c92ddcbe8f76228bd94e44a0f2aafbad235 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^(|}l)gAGXf@JtE;QoWuojv*CsZ!a+N0(plPeD}}g qXBX7qkuXR&(7?#dMn^_FGjrxr2F9R*i|Ih8FnGH9xvX}Qjv*25Z!a+N0(plPeD}}g rGw*OnJkY?%%*G>OkbuN!Jlx1Aa+iUTJ8zFQP%(q2tDnm{r-UW|nqL{Q literal 0 HcmV?d00001 diff --git a/game/gui/button/radio_selected_foreground.png b/game/gui/button/radio_selected_foreground.png new file mode 100644 index 0000000000000000000000000000000000000000..a214febb32ce6f133a3c87fa66d45b63e71f0763 GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^(m-s;!3HF?A75exQmLLUjv*25Z?Bx@JfI-J>M(iM z8%@)t%fBpnA|}B6@4(@TxVxnlIUIbAu`GQ_6Q28BefTK!n)#n6IV)uKuI9}6P|Kiv zES`~3P=ImfB*q?z->f>1>UN*^?UB%Zq$zn|$Gkvxrr#VXd)k@3{I+Ea11)6mboFyt I=akR{00YN3od5s; literal 0 HcmV?d00001 diff --git a/game/gui/button/slot_hover_background.png b/game/gui/button/slot_hover_background.png new file mode 100644 index 0000000000000000000000000000000000000000..16e79e026ac7856603e73709f4d90b0c0520a395 GIT binary patch literal 3054 zcmeAS@N?(olHy`uVBq!ia0y~yV4MfUrW|ZQk?YIblo%Mew|crbhE&A8z3Nzah(V&| zVuRY95C%Dc0DjSi*;QIxCwgb*@6!LS@_WDSo5BhX0R@K!21X_p+B4(@cgXCwug~9K zvpe4J|F0ia|KGVk`lSJ~TZLuc{O7+5gg(u(aNq#BWrm=Ejd7^;6rjs^84q86;m8FP zJ;Na}Z{{jluLg$3wuXn9Uldq@dec~V&ih>DQ*~%?a6a(Cq-sJFP>(TFTl%uBb|D3a z1&Rq3QnntBKs}O-hmC``I&%srTo5p@>6Kdo^!b6FhKDm(-dYH>G6QJ38-EZmJQCav zd^i*GHUMa)2@8+^Vs=en;20<;RHUsc136cUscreiW|2{6j)vxF+8oV7qXp7vxj9-3 vjaHVBrUxAwQlnPTr@>0EaDEWay@w%Nlzl@PE6ZG9JD$PQ)z4*}Q$iB}om@dh literal 0 HcmV?d00001 diff --git a/game/gui/button/slot_idle_background.png b/game/gui/button/slot_idle_background.png new file mode 100644 index 0000000000000000000000000000000000000000..812d16fab27901ea83c7426c51a0ba1073a94703 GIT binary patch literal 2989 zcmeAS@N?(olHy`uVBq!ia0y~yV4MfUrW|ZQk?YIblo%MeOFUg1Ln`9lUOmX$puoW5 zxJAEfLs0hygSU*2k|#gpw|pjN-sarEz{teHA)w$ubH)$X2REv|&U$~Xb~-1}z6F{E z_NRXrn$_!=f?N>7%HzM)awkwmK-9qI;-e#K4h;^W2R?+%o;(}q#6ZTw!n%GrqY6iZ zXEafaW`)s`Vzhi5trbQqO&T^8=+-WxL(^;23i>p0H8^Wlm9lKGfAN7A*bHazboFyt I=akR{0FUJ?QUCw| literal 0 HcmV?d00001 diff --git a/game/gui/frame.png b/game/gui/frame.png new file mode 100644 index 0000000000000000000000000000000000000000..b46e2e5fd334b1f84b116fc99848a45e26aeae93 GIT binary patch literal 7255 zcmeAS@N?(olHy`uVBq!ia0y~yU~XYxU@Yfg1B(2;-nx{5K}OEg#WAEJ?(NNuxy+6t z&W<+&Jl~x(jrG4ina5)DRD(Ke@&7G{eLH?v+`0bxp|V2*10xd)hkyc*(fF9fuHRe7 z04@Mx{Na*lkz+y@;uAIC;Ma}IfoTKD+1%&Yw{Iob6qr(nzz6&OE&0^GA!3sc)B>=S z1Pjk0#*>^dWgzRjnAj3GhR%ez0wQ6+A<@D-Nf_A<5mufp-fT8yqbZEESQAcL+S7ptDU&7}-Z`jLiiOMNY`ZFKTd%$O%>GZyk$8$9tLk& zjt(Hg2CPO$T;VOt(PqVHvto2iA6i|EcD`Y~jRs;n-v>VHUa1u=MwzN&WcttYNAZga zygdSB6s%})tjPG7Bn)r5DmWZa_`-&&<^aDkAII+9LEMSJ2}1@?S3j3^P6q%;jkiA0Hz*r17FtCI{SQY>j34HClOWU7g7CX7y4zY=7CG%gH| zEIJTe9E?L5+}sEOo!E51_!$yIG!`iLl-}Fx;6O-z+vWQ4w!i-GxqI%pzE8(Sa~+9O z3Fll#A)g(0uC3%;bTA&PdOoi#Uv@6#3fauWy&Ib!G98t4GO~R3aUwPMBe$BrU0&^r z%zgdz`|Wn`tP6#s@nmYK6l^S>yuNlW+2lca-Bc*DlxzAPyH6X+R$Sk}c)NMEcu(n1 z@aK?A^@n2{`SPvipLpk)6}Q3(EiEmpkL49woUKA0|r2FDkAEQIl7 z+HKpE5RS~TiKrls4MS~5i+WigI{MDz)%UvD}@0JFBIL- zMmk7G?GPEjutJ8}9V29r4$=wkxiNs@4|)_KW_MH)s#|1`4$@H}!vKa6GR*Git&aB~ z9i$UjrZIpK*k7te4zoKd3HiK?bdZi}F?&sP)SC!M>o zx#37GFO#Ws*QC4F^1fZiioH52>OGZgC3Lan-N*(@cbir; zd+&BU)b_3Ajk17awBLXO92N3}m2b2G#}i;dHgY#`fYZ29qRwe(L{S9p5uidgGAwX_ z)3|Q1@ig`+zyVGWffD_k=54VI09y&R5^N7!*a0G=mjy{|#y?0X1 zomePjGZR7M3Y>m&`YC6BHG_$-pm`_Ya5UT)DRnvl4sh!KfUrx0KgQ~sN<6?36xsle zW+EQo2nuZgM>7!*a0G=mfTNj+2RMR48^F;_!~+~bp$*_@CgK5(pwI?zG!yY0ML5x4 Xvx%My!(YnPTTr>e$Y^$PxcKlNiKcp8 literal 0 HcmV?d00001 diff --git a/game/gui/main_menu.png b/game/gui/main_menu.png new file mode 100644 index 0000000000000000000000000000000000000000..01f6c886f9f63a9747ac14a1a04c28e6714889b7 GIT binary patch literal 38669 zcmeI4Jxr5f5XYZ>q%;jkiA0Hz*r17FtCI{SQY>j34HClOWU7g7CX7y4zY=7CG%gH| zEIJTe9E?L5+}sEOo!E51_!$yIG!`iLl-}Fx;6O-z+vWQ4w!i-GxqI%pzE8(Sa~+9O z3Fll#A)g(0uC3%;bTA&PdOoi#Uv@6#3fauWy&Ib!G98t4GO~R3aUwPMBe$BrU0&^r z%zgdz`|Wn`tP6#s@nmYK6l^S>yuNlW+2lca-Bc*DlxzAPyH6X+R$Sk}c)NMEcu(n1 z@aK?A^@n2{`SPvipLpk)6}Q3(EiEmpkL49woUKA0|r2FDkAEQIl7 z+HKpE5RS~TiKrls4MS~5i+WigI{MDz)%UvD}@0JFBIL- zMmk7G?GPEjutJ8}9V29r4$=wkxiNs@4|)_KW_MH)s#|1`4$@H}!vKa6GR*Git&aB~ z9i$UjrZIpK*k7te4zoKd3HiK?bdZi}F?&sP)SC!M>o zx#37GFO#Ws*QC4F^1fZiioH52>OGZgC3Lan-N*(@cbir; zd+&BU)b_3Ajk17awBLXO92N3}m2b2G#}i;dHgY#`fYZ29qRwe(L{S9p5uidgGAwX_ z)3|Q1@ig`+zyVGWffD_k=54VI09y&R5^N7!*a0G=mjy{|#y?0X1 zomePjGZR7M3Y>m&`YC6BHG_$-pm`_Ya5UT)DRnvl4sh!KfUrx0KgQ~sN<6?36xsle zW+EQo2nuZgM>7!*a0G=mfTNj+2RMR48^F;_!~+~bp$*_@CgK5(pwI?zG!yY0ML5x4 Xvx%My!(YnPTTr>e$Y^$PxcKlNiKcp8 literal 0 HcmV?d00001 diff --git a/game/gui/namebox.png b/game/gui/namebox.png new file mode 100644 index 0000000000000000000000000000000000000000..c24135ce1a72974d0d54f7ec135085ffa513ad80 GIT binary patch literal 503 zcmeAS@N?(olHy`uVBq!ia0y~yU_1n5n{luK$&j3x|9}GfJY5_^D&pQ=XatHe9A5A< uSpG?CK;nT0MrJl134?@D#^4Qv3K@y&uMCX4YBIt>k>}~^=d#Wzp$Py^c62WQ literal 0 HcmV?d00001 diff --git a/game/gui/notify.png b/game/gui/notify.png new file mode 100644 index 0000000000000000000000000000000000000000..780c311ed8afc09ffec1e0fd4e1a979aa06cd0f6 GIT binary patch literal 1889 zcmeAS@N?(olHy`uVBq!ia0y~yU`+?I9XQy4WZC|srVI@18lEnWAr*0NZ&-6NF^aGp zy!u=IthVO5#tjcyauud*c<|iNskPR+?{T4B91DklfO4wO>DumC7~Ku_V^yD&XYEY>Sb z;Oy8exl|FwO{3P01|}>GAf=hnq=GG1jwY4Sq=HnSj~3DBH5|AC`oNat?bYP4`j`r^ P>SXYA^>bP0l+XkK@kEMa literal 0 HcmV?d00001 diff --git a/game/gui/nvl.png b/game/gui/nvl.png new file mode 100644 index 0000000000000000000000000000000000000000..7bbc9282a3219d8f6bcccf73d37834a5e0360a97 GIT binary patch literal 40383 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 literal 0 HcmV?d00001 diff --git a/game/gui/overlay/main_menu.png b/game/gui/overlay/main_menu.png new file mode 100644 index 0000000000000000000000000000000000000000..5cdf4f4426b3dbfbe95837c3d0f36072ea6de89d GIT binary patch literal 39525 zcmeI5OK1~87{@0uwMqI4wmm2!p%le~&?3bmp|)m47fCHOpkAbSs8T4_lMw|IsbDW& zL=QcQh@zq(2o=Of_25Y=_yDb9POS&QfEJ1rbWPpKu$ftM3&r1U*(95=eDi;N|8FM~ z1O2-jqU)kUhz5I)H7G=FR)|n{c(rrp>znDM5OHB!ed)~MZy)ZrKJO68>G8`$n}(0v ztgqQpcYSgD)A^6@Z@oRW{^i1>#y~I>jy*h(|CRW?;mqTi(>wBAf6v5wv!eJ?>ELy9 z=4YF2m7Q1LnM(y$6^6eLHkUr8zPx(LBG$a}l4T*;Im}^OyAS4J0LV}PWBnT-Vcx z1C>xVlub{Po+KL51B?RtU$zYwq4WELs*Vix%sS zb;r6(Nmm%1xfpS_h>MLc93O2u6q=8yH)k>!9Q$$dPDHo!n|q1wmRPoFUzfjLzL6E5 zmOhV|OV9b%#+p$6#r{;Adtu#faaT9T#kR9klOz2DxM)uvkc6GHq{A{KTc8RmwZKchS+ldqH?koU}5qd}Zzk6_&S;ZAa6;VZ0k-i3S{kVQyKd!$# zy(*p|QzLdHb~HE5NoEPJ$@hKevr^ZON7L)`e>0PW*M!%E*Jd8Z#$sc!u|7OZcujas zcujb%SDDyYY%Dg`hd!~fRe9LqLQm$X5Nnrgt1qn|D{#8h%pEaz#M}{cM|yx@N`&Xs zc$7~s`-{zGo_6GcP@b7J(jMuYvm~=5 jvm~?n7R`UJuIs1H*Nt6S(|OI=8%)@{`mK9AhtB;0&`{vk literal 0 HcmV?d00001 diff --git a/game/gui/phone/bar/bottom.png b/game/gui/phone/bar/bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..9f91bcff0f7a574a6e6630c531598f5427568906 GIT binary patch literal 838 zcmeAS@N?(olHy`uVBq!ia0vp^Y77iayc}#mR?tb_A_fL#UQZXtkczmsmp1Y?7znU9 z`fU92((eU}cgcpE?2msmU9Y(Q`Q3Y|AMYB?|EgQA`Nw0J6uRJ@soNT^D|?T1gf{NF zF0oN7;JcJ^80)LJHyh_0ya64ZLn`9lUNaPAP!wQs ztl0SD2&bPMXHUbvAB)!Urmfrj{~?Eff3y8abqoZxnlXjpWkSnq1 zAO}QEql$u*&}4Op8V8db5P5|OEH2JTpIks@uyAy+NkfcdnbeTs;WH0v`o#ohu*nS$ zLIS*LyPI6BRXoh|Y$L4N&JPaCWpEdD027 wUVzsOqKiX?@#2ITHi8iA7ae39j*ixwyO=p>+8hrNU>q}ey85}Sb4q9e0A4F{`2YX_ literal 0 HcmV?d00001 diff --git a/game/gui/phone/bar/right.png b/game/gui/phone/bar/right.png new file mode 100644 index 0000000000000000000000000000000000000000..4c991cc350219c51fd2cd6549eaf9c509fbdf3eb GIT binary patch literal 522 zcmeAS@N?(olHy`uVBq!ia0y~yVB!U`)i~IIr2Cr{9t;eO7d>4ZLn`9lUNaPBP~>4f zSg=o^vEFbFOW1)Wex~omcRzb$-N(Sl#KIw<@Il}QhoFK(1BlzzkfGsK2NVQy8wGjY zAfg;9j29=&uz@OCbdU|IKt(}HXtFxk5C;d78&LBmu(&uUeR2Vt$I-zi4K;dFLxzXX zJcv%liwVpis~s8~gamjyPYOd^q9Bz6(Iw!)v`EpgQVC+cOEWLnL5xhE4kjvU{t%rF v85L<|_t>c7(a;z&X(L(sH)ESQ>vElA@{@u2 OgTd3)&t;ucLK6Tq<9N#e literal 0 HcmV?d00001 diff --git a/game/gui/phone/button/check_foreground.png b/game/gui/phone/button/check_foreground.png new file mode 100644 index 0000000000000000000000000000000000000000..c334a4317c925d8add815f377e21a9def94b8b1e GIT binary patch literal 111 zcmeAS@N?(olHy`uVBq!ia0vp^(m?FM!3HE>&*e!3Qf8hmjv*25Z!Z`!0(plPeD!~u q%H83Rc%XrinTG06Uws0|R4=H}`3v9tKZWKbLh*2~7ZBZ5qe` literal 0 HcmV?d00001 diff --git a/game/gui/phone/button/check_selected_foreground.png b/game/gui/phone/button/check_selected_foreground.png new file mode 100644 index 0000000000000000000000000000000000000000..89c54922cc177fefc95ac31901631a7b1440fb9c GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^(m?FM!3HE>&*e!3Qstg5jv*25Z?6V&H7E$MI=uF| zyVAIH`MZ=a;vNfEJ0AJ5_m!2+wJADG@q#nD+`j4FH`~4@wf3<0v$k9Bf~J=W&tp$G z@`+;gB8BCI!0hITW(qHJ9hW8@%MfE&flp0K2IpV>6r?$ zn;R{eWc9v&d@16hYj0m}`+8>7;Wbg4U;SBPD{Ec$_WZ|V50ZH7e$`aQNbi5TQ#bit z;k)AOP0P10*r>Ay#rFyOnPj)=^e0;so!x7=XXn>D&#z5cGkebO3OE-|8KbWe%r10;cKS~BZsB~t4?yn7BQLFUvDn` z<%`-E^*rozP1@f3k=A?fo$_1dCa<0T;_tpTZ&{F|{C@4d@k=Uuxs z^R)Z5>igdBUtdrRVGp>vQ`VvMM9BA7d*YIRe7X2@T4D6D6+iD)ci*07xH%{Jev6tK zau#abaX_ML4;yE9!mG{6$K(&KIcr!KCcXElgz0^2zpb+MoL5_aTd;}B=IHcCAFFt# zdqA3bQNK@qrtR)~o8%we??4S3hmZuxJ35=2y{|w1JpEW-Tr~2Tk78ZzzU1O)78&qol`;+0AO literal 0 HcmV?d00001 diff --git a/game/gui/phone/button/choice_idle_background.png b/game/gui/phone/button/choice_idle_background.png new file mode 100644 index 0000000000000000000000000000000000000000..bfae13cfa0e23331f958a8cee1d7587cacb5e4b6 GIT binary patch literal 1777 zcmeAS@N?(olHy`uVBq!ia0y~yU|9%cn{coJ$slFzBMb~|J3L(+Ln`9l-fr}Jo~)Am;{UvI{p(}XH@@XWR-K^S7<}{lt-|O{DY3DezgYH1slUGdVEUP| zi*xRsI(mh>tt`5~x^m<7;_9=ePp3^O?foNN%XVuTvSloFo(n_;_O`6pUi|!--20_R zkl(i>zQ<~1kb#Ft@>)$PZxocy!Vq`T6;u z8&S`%-C3O~_1*iHz2ZZ@H~O-|*)sh;nj-$!KWSZ+@_8~DwB*U{%stKZHJ z$aU0Rm{obHfBCuIqepGCU(3Zk&gLr?EAGGly6XMsC^>tSV4a|S;q>IFMQ3Es+uDiw z$2|`EbobG=ueZLv|M^R5t@sPq6#M(XTb|JHlf) zVBjmbIdF;^YdNAs1StM?GI_1IbJNogB`$%^=nxEWI@;qEfQVp-+Z@(42x*mFT3i z7>xy#G&7oz5IKd6>|7x|Y2K;7-#>qRz5jmMKKbjP|HkajZ4KL7fBs|Kw-0s8(koxr zB>fXW&5w=$S)#-@eA!;g>U}*fdiycC-1ny6Zl0Dq|EbPSZ(W?z)lVzuu3s9gopQ@x zcdA@%egDj7K7BK8rdyztKTo*6Y+CW1<@>$&bDeeP*X??K?fmqgmw4B{y3;-JpL$^T zq_|aAZm%r9KCk%8R`>evT literal 0 HcmV?d00001 diff --git a/game/gui/phone/button/idle_background.png b/game/gui/phone/button/idle_background.png new file mode 100644 index 0000000000000000000000000000000000000000..6264b8b67ee20835c853eb9a5fa594426e38d222 GIT binary patch literal 583 zcmeAS@N?(olHy`uVBq!ia0y~yU_1n5J8-Z8$xiWdB?bm2K2I0Nkczms7Z`bgf`=A- x_s``s?{G*w(7?#d#v@^nFv=J)f$)!=?T|kMW2;h;1TZZyc)I$ztaD0e0s!vHf|>vT literal 0 HcmV?d00001 diff --git a/game/gui/phone/button/radio_foreground.png b/game/gui/phone/button/radio_foreground.png new file mode 100644 index 0000000000000000000000000000000000000000..c334a4317c925d8add815f377e21a9def94b8b1e GIT binary patch literal 111 zcmeAS@N?(olHy`uVBq!ia0vp^(m?FM!3HE>&*e!3Qf8hmjv*25Z!Z`!0(plPeD!~u q%H83Rc%XrinTG06Uws0|R4=H}`3v9tKZWKbLh*2~7ZBZ5qe` literal 0 HcmV?d00001 diff --git a/game/gui/phone/button/radio_selected_foreground.png b/game/gui/phone/button/radio_selected_foreground.png new file mode 100644 index 0000000000000000000000000000000000000000..89c54922cc177fefc95ac31901631a7b1440fb9c GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^(m?FM!3HE>&*e!3Qstg5jv*25Z?6V&H7E$MI=uF| zyVAIH`MZ=a;vNfEJ0AJ5_m!2+wJADG@q#nD+`j4FH`~4@wf3<0v$k9Bf~J=W&tp$G z@`+;gB8DQ*~%?a6a(Cq-sJFP>(TFTl%uBb|D3a z1&Rq3QnntBKs}O-hmC``I&%srTo5p@>6Kdo^!b6FhKDm(-dYH>G6QJ38-EZmJQCav zd^i*GHUMa)2@8+^Vs=en;20<;RHUsc136cUscreiW|2{6j)vxF+8oV7qXp7vxj9-3 vjaHVBrUxAwQlnPTr@>0EaDEWay@w%Nlzl@PE6ZG9JD$PQ)z4*}Q$iB}om@dh literal 0 HcmV?d00001 diff --git a/game/gui/phone/button/slot_idle_background.png b/game/gui/phone/button/slot_idle_background.png new file mode 100644 index 0000000000000000000000000000000000000000..812d16fab27901ea83c7426c51a0ba1073a94703 GIT binary patch literal 2989 zcmeAS@N?(olHy`uVBq!ia0y~yV4MfUrW|ZQk?YIblo%MeOFUg1Ln`9lUOmX$puoW5 zxJAEfLs0hygSU*2k|#gpw|pjN-sarEz{teHA)w$ubH)$X2REv|&U$~Xb~-1}z6F{E z_NRXrn$_!=f?N>7%HzM)awkwmK-9qI;-e#K4h;^W2R?+%o;(}q#6ZTw!n%GrqY6iZ zXEafaW`)s`Vzhi5trbQqO&T^8=+-WxL(^;23i>p0H8^Wlm9lKGfAN7A*bHazboFyt I=akR{0FUJ?QUCw| literal 0 HcmV?d00001 diff --git a/game/gui/phone/nvl.png b/game/gui/phone/nvl.png new file mode 100644 index 0000000000000000000000000000000000000000..20e425046d7cb4b1f65709cf90d529c2a55f2453 GIT binary patch literal 38668 zcmeI4ONdiv9L2v(rZZ8JA&Tf=r!*bG7cNE+8O4QDBN_@)1{YmPDpWUuqxf0~MqSi# z;R`B4K`81*MC?Kkx=CAX3*EIKhzqAsicq1t)G9b?=6nO^=8K>k^|w2m+~g*|d+zuA z=Z=5AX+vq|{FxzyQf*^(G=$zp2;IYlo=NB4pFge(p%QA(e_jMP;xaP7I6|)4#sI zu{V95u35SK*x#qNW}ZWDZH6oPG{Iwq{>Fl@=NxTw6`(wDT@TupS^<&fy4vP^W;#<(Cl zM8^rxVI?{nI;?j6(DUYn=n$REd@xK-jHekUrzQzRhv*mqCg(nGiw=`>pXvK5S=o$JBbMpWna_o5L;a!Iz%TkAJp!o)*>nU ziqmBqj1V27;{>SPvCcOx%Te}~S=Q6)nTQV2$;=0}JJ$Keewnhb%teCMtweN)juD^$ z!^dsWp>`)Wu0&^A<4OTWVi74v0Y;qX*f^Hx5FH~x0mih()oz}*dHZwc?)_g))dE;s zpkKN=)sD4$*M}Y)Z5rz*X4K%G|GD zKkM~3B_3Sg{_Bd#M~oGIe)7Zllb2>MKKPPq@3m59$FGLHJ~$E1&*}6msDb9nM6M@a zIy~OU9~kZQgsZV|Cl1*&hhz)8`X*|pJ3Y56x1+;zyUrDc8;jO=dKwvU689r;fTLET zCAh7$8sh>u&O{Dygu(@IoQWLZ2!#vaI1@R*5egT;aVBzrBNQ%x<4oiLM<`qX$C=0h zj!?LGf8Z?rYtQ4US^!%sYqIcVOteM;9HDRl9A_d2I6~n9IL<^4aD>7IaGZ%8;0T2a z;5ZXGz!3@;z;PyWfFl$xfa6T$07ocX0LPig0gh0(0FE<}1011n0UT!{2RK6E0yxe@ z4se9R1#p~+9N-9r3*a~tIlvJL7r=2Qa)2WgF5Uq+D`tE+9>UxUwd%;`jDPX)ZyGNY zkpmo|Z~+`=A_q7^;Q~0$L=JF-!Ub@gi5%bvg$v*~6FI;U3Kzg}CUSry6fS_{OymGZ zC|m%?naBZ-P`Ch&Gm!%vp>P2lXCenULgC^K!KtkLX2zPz!_t?NkDv;*^_!|!Kdm2m E2DcVjJOBUy literal 0 HcmV?d00001 diff --git a/game/gui/phone/overlay/game_menu.png b/game/gui/phone/overlay/game_menu.png new file mode 100644 index 0000000000000000000000000000000000000000..cc4f6f1bfd106f732e7cb1030a6435d5678e4f03 GIT binary patch literal 39477 zcmeHQU1(fI6h3qJW_J^J!v+((>K3*Ut1-}Sp<-&qZp?;ctJb&#BU0*`r}m|kfN2Vq z-bBHghhY4{BADhO(nxEp_@Y$8tx%Lw2q7zdS8> zH+SyL{pQR$-}%nW8w0!gl1=wC5mB<(Unmj9EF!Zj9+g*q`|fNHQI?8@?!mD=SAYC8 z`4zSHoV6~-M~63#PJA#s`;s}cx%AK9i`zR-{M0*?jPaBbyG~SpIY6 z8uOFtSCzILoix}xne9gO(l;B`!4l8M!k?!4n^a4V`kFhUd}9gw(U2b9?8*31 zOLUF&Z{Zs&)AxKk@q(GKr+X&5gNN^CVry}(y3vTeJZ0f$(TVLhD5iPIh-)6pGQ)b&-nr|#efAH-9Ivkb(9S&Zw zI*i2tbO4=T(}D$yS=q2)aZVAS1L*ih0B$nl;=)blqA)-Q&W^@2U5=K9h;e1*S8XzTarvzgXLo%q z=QfvV<`W{e{}0K5Jb(Y?dM^TRSl(mPV=oF~`#&htJMTVuo=xxAUs_^p(IB?}^D?8- z`QAHhMrHhvhyX|c5`YvqVQZ!U7D>+{4OC8U_)iM}>x5;Fvnp8T;4i^ng5%9O%y7IB z!6AY}1jmK&paMVzfKvje#FBF$CqYhv9mBD}t02RO)Qnmdc zBDggX!69mMaX4y2R5;skwmtL0srpbmt0IAm1TLpWReKIVo8*^BIjO6`nYY%Za3#_nysOUaeS!^=&4305|hs))>k z&zf9BZpN=0(egpJFXJNi-w2f^VJ|gU2BFVE+$36)G-h(yu{WYA&)p_yi+Cdwue+Jp@eNUereBN4r^2x?XI zLA02L%4{V;fh{WDL?J{F6+}>k5Pd9yrmRI$*3&ZHefh4qY0><4a(Ujl@6J8{bIqMJi1Ze>hNKkGy+Qh>5gFA|CC@^uB*y2;NDCVuizJ@@;!B z4AnO*>AGI*IMHp6?!PwK-#q%|`vHF-)Dkfx+r}n3e(bvSvTya}&A*1k@F{;3>oTVO zq|R{XX=w9C%7ret`{vP#$Yt?uNwy^&w*L>+YPSftaE z9ecWKwcp5_@)~QrO?0m>*<%TpPJIU91r(?WAok`}z2c7Qpb4z(omw5&%hwF3W?Y1W5_nB(zC7at4tbA~)2M zs3o-`Ph_{qZqaX}-_|MN(Qi`-Kp_AXCAusR6(y7=QJO@Jo36-<8aHa(D3+vHQWtB4 zsBxplt(0rr`ad=N(E^|ZKnZ{n03`rQ0Ph`uoP?Z&oP?Z&ob=uSdIHcBfSv&VO;3RI zNMB{S-9pZPcVgt}tCa&EV-C}|J93rH*^%o-b=dqccWW;uVvn?C8=NCd1QWqTyd{RX zBRuU~oo4VNcoDn^UIZ`Vh~t$0Z6G8F2||_}Le}nHJT%i6;CH1TNB|Om1SN+ASpSp) z05SnG0W!fWNSOXb6-)#Z!9*|-_s=UiZcKy_gb;)f4ukmHRxlAv1QWqT$VhnIq(Ddz z5`+XHK}ZmC)+Uq?Q4moOQC{ExS8F>C?vV4iL*C0r!XiyO6Y*$|q772n3t$)61$Kd5 z6%`b~0CwjAyUNa~n+ntdwLmRUtD=Ge7(gvh3rh-13QOwcCO}9K5`+XHK}ZmiJkl(k lk#UeXNE{>%@}D?JOLF1rbm!pJ+je^~NpyC_hu5bDegeB1JI??B literal 0 HcmV?d00001 diff --git a/game/gui/phone/scrollbar/horizontal_hover_bar.png b/game/gui/phone/scrollbar/horizontal_hover_bar.png new file mode 100644 index 0000000000000000000000000000000000000000..7d8e78bb761ea4e24cd58389da1216f52e801ec4 GIT binary patch literal 462 zcmeAS@N?(olHy`uVBq!ia0y~yV37i{g*e!N%MV literal 0 HcmV?d00001 diff --git a/game/gui/phone/scrollbar/horizontal_hover_thumb.png b/game/gui/phone/scrollbar/horizontal_hover_thumb.png new file mode 100644 index 0000000000000000000000000000000000000000..360a4aac52da2802b3519e8c41e63efce3b652b6 GIT binary patch literal 465 zcmeAS@N?(olHy`uVBq!ia0y~yV37i{g*e!N)DxQ5b*G)#d+s@hfPzB<10xd)jL~>NK4%7+7z>9D0pnU>Tf6zn}CUA1_N-kAIxCZPjhl~%*aQ8tN r4r&S}DO1{Dj)uuDJjg%j9ofjOeTrF&Gfbxt7*!0Ou6{1-oD!M%yn@K~04;QCmPZp|F=AY(xY)!6;T*8LIC$&OLU;&0A7~;DgU^v47{s_4H)eUPj|0XOgQu&X%Q~loCIHEqR&oFU literal 0 HcmV?d00001 diff --git a/game/gui/phone/scrollbar/horizontal_idle_thumb.png b/game/gui/phone/scrollbar/horizontal_idle_thumb.png new file mode 100644 index 0000000000000000000000000000000000000000..75796fa231de92bf8b212c468d41f870a6a3e76f GIT binary patch literal 464 zcmeAS@N?(olHy`uVBq!ia0y~yV37i{g*e!N3UkqnJK4jCsjcmabh+j1d@944$rjF6*2UngFwiSIhta literal 0 HcmV?d00001 diff --git a/game/gui/phone/scrollbar/vertical_hover_bar.png b/game/gui/phone/scrollbar/vertical_hover_bar.png new file mode 100644 index 0000000000000000000000000000000000000000..3d1c281d9d2b116da027882c5853181c7f871d24 GIT binary patch literal 803 zcmeAS@N?(olHy`uVBq!ia0vp^LJSNnQXFhRmfs}}O$G+0SDr48Ar*0NFKy&KV8Fv- zcsx68vW`4++ykkpA+-UHe>U&?9?!g;z3z^<+*TE3H{A=ZvW8iWdT%-cxl0n=d!iO_ zTPIy%ioGGYSnS22K8dXk;$=rxu0bWnk)O@O1Ta JS?83{1OS79M<@UQ literal 0 HcmV?d00001 diff --git a/game/gui/phone/scrollbar/vertical_idle_thumb.png b/game/gui/phone/scrollbar/vertical_idle_thumb.png new file mode 100644 index 0000000000000000000000000000000000000000..6b09796fed2fdb6b3c20f9cb400ec946b4f2ede6 GIT binary patch literal 804 zcmeAS@N?(olHy`uVBq!ia0vp^LJSNnQXFhRmfs}}O$G+0*PbqpAr*0NFKy&KV8Fv- zc>K5igt?o7c`6#SLxR3KvVJ`O>s~$Y9l0Nc@fBAl^+;@W5HCBjf_2vhWjEamt+Iw$ zje2i70=Y{P-Fu=Ia9bx`VT!#WxLEAPp}tY2qaiSeLSV6(Re>JYj6BY(eZbVu;OXk; Jvd$@?2>{xYMrQy3 literal 0 HcmV?d00001 diff --git a/game/gui/phone/slider/horizontal_hover_bar.png b/game/gui/phone/slider/horizontal_hover_bar.png new file mode 100644 index 0000000000000000000000000000000000000000..288c08c30a91df5ca7912c97ff61411970f88b7a GIT binary patch literal 702 zcmeAS@N?(olHy`uVBq!ia0y~yVB!U`%{bVAq>I(6%RqrvPZ!6KinzDe3`H3fc~}n? zm=!iv`Y~xI1TCNSy*sw}o2+{S10xd)hd>2KO$&#Bf&+-_>R=+GY7Z0yau0N{DMLhA zCN*Su_{@VUx|qNWQQ#mXz}tCJ7;K1wf>aLFJP)QtiiVX+VDng9nt7o{dpek?sQE*5 zHe_so=yFit>}Wgkq!Z#20bVnRE)EsOixXzp2tur1bdU{Vb)$-cl+a{#kfRkG987LN vbSX?=adA%iU<~FdXw`E?R!NVKLBr22WQ%mvv4FO#tsODun<5 literal 0 HcmV?d00001 diff --git a/game/gui/phone/slider/horizontal_idle_bar.png b/game/gui/phone/slider/horizontal_idle_bar.png new file mode 100644 index 0000000000000000000000000000000000000000..78f9ecab9e044708e2c40c7319bd1683f4e114d3 GIT binary patch literal 703 zcmeAS@N?(olHy`uVBq!ia0y~yVB!U`%{bVAq>I(6%RqrPPZ!6KinzDe3`H3fc~}n? z>=S6LH=M%~c3_F0>3i|r&)!(~F)%W*a0n=T5ct6%sNm25;&wG;Xn55D1%cc~L0&hA zD2EE;#R)TPpo$h9WP>VDQIHavtPVEB!NKGP)Vv8SF3w4xT)^gWbg)T7jh@ty;o&n6 zqLcAr0yD^JhXw~B0p8A&!Vs4zNaa9u33xCqQZ%eof>`g;%nNo9Ba^3tiHe#(L}x?B w28b>P1bP0l+XkKv3f0q literal 0 HcmV?d00001 diff --git a/game/gui/phone/slider/vertical_hover_bar.png b/game/gui/phone/slider/vertical_hover_bar.png new file mode 100644 index 0000000000000000000000000000000000000000..4434222e08da4e3b641f173c432120a0e46f9b25 GIT binary patch literal 1371 zcmeAS@N?(olHy`uVBq!ia0vp^W(*8Wyc}#mR%v?AECvQvB~KT}kczmsmk#nCP!KsB zaB5c0rKjCTSnPJ4m{WY>{A0=YzmB!$$5mXmTzUAP+U$s=NvyxRgg9c94Q-~X%$UK# zblro;UzJl$t?_`V(BWXurcO_Vg5Dz^LMA07jVc=rkkJ$}niqz4;c&xeCF{G5&;59T Pg(icitDnm{r-UW|GcMrA literal 0 HcmV?d00001 diff --git a/game/gui/phone/slider/vertical_hover_thumb.png b/game/gui/phone/slider/vertical_hover_thumb.png new file mode 100644 index 0000000000000000000000000000000000000000..9602f0e7f75adf86558aa0065a538cbbac16428c GIT binary patch literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^WpTc=aX4Zq(!IP%MvJYnBUwYt upVcyihe_~wfX+Owq7@P>N_~N0Zkh{l#0(O+V`jLc`YrzukxYq^Cf)0XXhk!dWyZ!_EIS5J@O%BQbLjt zM~t$e%~X{cGgz3ed+_+Ha;m8{9xxR;9PHWD={c%wG(bjE$Y@>|(uG4Z^UZav%e{Wp Ra{!A?22WQ%mvv4FO#reO-pl|1 literal 0 HcmV?d00001 diff --git a/game/gui/phone/slider/vertical_idle_thumb.png b/game/gui/phone/slider/vertical_idle_thumb.png new file mode 100644 index 0000000000000000000000000000000000000000..b57b37a622e564f62580be09049f981fec53b189 GIT binary patch literal 145 zcmeAS@N?(olHy`uVBq!ia0vp^W#v?3x^IxnCzG3I~wsh6Q*}T?!y~KX|h8Z4J;Qk@1C{W0A^wCO%_AW<-M-p8} ugB|%qn;niAigYh;lF?#o>`2}sy4zNiX~L_ym!*JqFnGH9xvXKv$b3d$e&4umgr{A4Z#+ znwL0z2hzTUh3CN9>Q##P>`RDvAlp!X`0pjW-cy($Xko1Cgexc^ZZ*(L00tBT{(yP` z3@GdEA@~Do2QZ-iFrL60Pz#h37~b6p;=~(HkD1sWd}LRck2f9kH8Acd_EyCkls()M z4aemhYH%kfpgXL9ww=?RiZ7igj0VzZAdRM^(d;%_CXE){cp3|%wcBVDV6>ey+L#<| zOpdm=@$@G~yCtK2x6uyn=qSMGPzj#4bi;ws@ubl~x6zTw(UHl~;ahwo_@j-<(Z=Lx zV{)`HIog;UZA@aHG6xUY52hL1{~fZ|7#M_?gVq8-sjj)LD%T2x6!46qw6Q}bUsGcPmV4!9bJh#x?Fj5P50=+cYNC# hM%Pac!u6APYHl&FXn+0hFmM+SgQu&X%Q~loCII#x2J!#^ literal 0 HcmV?d00001 diff --git a/game/gui/scrollbar/horizontal_hover_bar.png b/game/gui/scrollbar/horizontal_hover_bar.png new file mode 100644 index 0000000000000000000000000000000000000000..7d8e78bb761ea4e24cd58389da1216f52e801ec4 GIT binary patch literal 462 zcmeAS@N?(olHy`uVBq!ia0y~yV37i{g*e!N%MV literal 0 HcmV?d00001 diff --git a/game/gui/scrollbar/horizontal_hover_thumb.png b/game/gui/scrollbar/horizontal_hover_thumb.png new file mode 100644 index 0000000000000000000000000000000000000000..360a4aac52da2802b3519e8c41e63efce3b652b6 GIT binary patch literal 465 zcmeAS@N?(olHy`uVBq!ia0y~yV37i{g*e!N)DxQ5b*G)#d+s@hfPzB<10xd)jL~>NK4%7+7z>9D0pnU>Tf6zn}CUA1_N-kAIxCZPjhl~%*aQ8tN r4r&S}DO1{Dj)uuDJjg%j9ofjOeTrF&Gfbxt7*!0Ou6{1-oD!M%yn@K~04;QCmPZp|F=AY(xY)!6;T*8LIC$&OLU;&0A7~;DgU^v47{s_4H)eUPj|0XOgQu&X%Q~loCIHEqR&oFU literal 0 HcmV?d00001 diff --git a/game/gui/scrollbar/horizontal_idle_thumb.png b/game/gui/scrollbar/horizontal_idle_thumb.png new file mode 100644 index 0000000000000000000000000000000000000000..75796fa231de92bf8b212c468d41f870a6a3e76f GIT binary patch literal 464 zcmeAS@N?(olHy`uVBq!ia0y~yV37i{g*e!N3UkqnJK4jCsjcmabh+j1d@944$rjF6*2UngFwiSIhta literal 0 HcmV?d00001 diff --git a/game/gui/scrollbar/vertical_hover_bar.png b/game/gui/scrollbar/vertical_hover_bar.png new file mode 100644 index 0000000000000000000000000000000000000000..3d1c281d9d2b116da027882c5853181c7f871d24 GIT binary patch literal 803 zcmeAS@N?(olHy`uVBq!ia0vp^LJSNnQXFhRmfs}}O$G+0SDr48Ar*0NFKy&KV8Fv- zcsx68vW`4++ykkpA+-UHe>U&?9?!g;z3z^<+*TE3H{A=ZvW8iWdT%-cxl0n=d!iO_ zTPIy%ioGGYSnS22K8dXk;$=rxu0bWnk)O@O1Ta JS?83{1OS79M<@UQ literal 0 HcmV?d00001 diff --git a/game/gui/scrollbar/vertical_idle_thumb.png b/game/gui/scrollbar/vertical_idle_thumb.png new file mode 100644 index 0000000000000000000000000000000000000000..6b09796fed2fdb6b3c20f9cb400ec946b4f2ede6 GIT binary patch literal 804 zcmeAS@N?(olHy`uVBq!ia0vp^LJSNnQXFhRmfs}}O$G+0*PbqpAr*0NFKy&KV8Fv- zc>K5igt?o7c`6#SLxR3KvVJ`O>s~$Y9l0Nc@fBAl^+;@W5HCBjf_2vhWjEamt+Iw$ zje2i70=Y{P-Fu=Ia9bx`VT!#WxLEAPp}tY2qaiSeLSV6(Re>JYj6BY(eZbVu;OXk; Jvd$@?2>{xYMrQy3 literal 0 HcmV?d00001 diff --git a/game/gui/skip.png b/game/gui/skip.png new file mode 100644 index 0000000000000000000000000000000000000000..51235e8f947e1155ec2a9adbd130e99c4aacf21a GIT binary patch literal 721 zcmeAS@N?(olHy`uVBq!ia0y~yV9Wrr9XQy4qv#BDFolX>)nQ^GH{IQYHSeSpj(B|CnZU#oCr3XIC{I*+v`uF+r>*x3Xc$;tb z?x}qeNQR}1vGLy87$F4*1yO+)Q*KL)3XO&Y`Dvoj{J;{grd8|a904X(22WQ%mvv4F FO#mFS?3w@o literal 0 HcmV?d00001 diff --git a/game/gui/slider/horizontal_hover_bar.png b/game/gui/slider/horizontal_hover_bar.png new file mode 100644 index 0000000000000000000000000000000000000000..41b277129ebf63a513b980b29c8cc93a9d043088 GIT binary patch literal 521 zcmeAS@N?(olHy`uVBq!ia0y~yVB!U`)i~IIr2Cr{9t;eO7d%}YLn`9lUNaPBP~>4f zSYTGzRO!d0oe;Eq*7xq%;%~C<4GfG-EF1zA95pQ*0tyZwuB(HIh^jqM5Xe2y!KMrm zWtr5F;o&n6s_0?@Gem)dkN|JzNnx-d3JOv=Q1d*P7AYE5DuK;oacSm-8tv&|qN3&x z(b5~h@`VKbf;ppfejE62TDeUs;Dg{O{gQu&X%Q~loCIBSCa#a8T literal 0 HcmV?d00001 diff --git a/game/gui/slider/horizontal_hover_thumb.png b/game/gui/slider/horizontal_hover_thumb.png new file mode 100644 index 0000000000000000000000000000000000000000..0468d253363b1541e6bee067784dea5140501953 GIT binary patch literal 114 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV6!3HFyOAl@VQkI@Bjv*f2$v)KuAMBZDHgx*b zCgd)j<;k=6B7-!qL6f4vEDsJg!BtJj+>0Adgfi^f${f^IEHMjc2!p4qpUXO@geCwa CF&}#X literal 0 HcmV?d00001 diff --git a/game/gui/slider/horizontal_idle_bar.png b/game/gui/slider/horizontal_idle_bar.png new file mode 100644 index 0000000000000000000000000000000000000000..4c991cc350219c51fd2cd6549eaf9c509fbdf3eb GIT binary patch literal 522 zcmeAS@N?(olHy`uVBq!ia0y~yVB!U`)i~IIr2Cr{9t;eO7d>4ZLn`9lUNaPBP~>4f zSg=o^vEFbFOW1)Wex~omcRzb$-N(Sl#KIw<@Il}QhoFK(1BlzzkfGsK2NVQy8wGjY zAfg;9j29=&uz@OCbdU|IKt(}HXtFxk5C;d78&LBmu(&uUeR2Vt$I-zi4K;dFLxzXX zJcv%liwVpis~s8~gamjyPYOd^q9Bz6(Iw!)v`EpgQVC+cOEWLnL5xhE4kjvU{t%rF v850AdgfcKpVcKx(-&8}OAq<|belF{r5}E)F CULT79 literal 0 HcmV?d00001 diff --git a/game/gui/slider/vertical_hover_bar.png b/game/gui/slider/vertical_hover_bar.png new file mode 100644 index 0000000000000000000000000000000000000000..9dcf9683451a3450ef55719e0f7b67c0f12415ad GIT binary patch literal 836 zcmeAS@N?(olHy`uVBq!ia0vp^Y77iayc}#mR?tb_A_fL#Zci7-kczmsmp1YqP!M2o zESUZ7$l2shKC|Bm9r_i#yRUzrXZpdGIe(YB<(hvyhDo6d-kG|s;kvT-SVw5%uImyT zwF16NDTlGXic3DS%HeKyPlV`->R!RsOr`5b6_19-kVzYVZyc+e;LiHa_IYL<|_t>c7(a;z&X(L(sH)ESQ>vElA@{@u2 OgTd3)&t;ucLK6Tq<9N#e literal 0 HcmV?d00001 diff --git a/game/gui/slider/vertical_idle_thumb.png b/game/gui/slider/vertical_idle_thumb.png new file mode 100644 index 0000000000000000000000000000000000000000..d71cffd944085694dd1708bca6b1dd11558dbff2 GIT binary patch literal 111 zcmeAS@N?(olHy`uVBq!ia0vp^YCz1-!3HEd=IsptQf8hmjv*f2$tf1bpY0DTu=q4z z@J&$fwd%PtLy~vnMFC|~7LQQ-S;yR*d#(s5g#OKtk~ULhWB7i8scG9A*T+B;7(8A5 KT-G@yGywqn{2*`u literal 0 HcmV?d00001 diff --git a/game/gui/textbox.png b/game/gui/textbox.png new file mode 100644 index 0000000000000000000000000000000000000000..1cd5cfd8cab70dc57a448f9800731281f02bbf23 GIT binary patch literal 10916 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%0DJ>_0{V#}UFVrK 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 z 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 IM6N<$f|X6}ga7~l literal 0 HcmV?d00001 diff --git a/game/libs/libs.txt b/game/libs/libs.txt new file mode 100644 index 0000000..12acf12 --- /dev/null +++ b/game/libs/libs.txt @@ -0,0 +1,6 @@ +The game/libs/ directory is meant for third-party libraries that ask to be +put in game/libs. + +When this file (game/libs/libs.txt) is present, Ren'Py will load all files +in libs before any other file in game/, and will ignore the first directory +name under game/libs when determining the order to load files. diff --git a/game/libs/vscode_renpy_warp_3.5.0_938e75e2.rpe.py b/game/libs/vscode_renpy_warp_3.5.0_938e75e2.rpe.py new file mode 100644 index 0000000..69120a3 --- /dev/null +++ b/game/libs/vscode_renpy_warp_3.5.0_938e75e2.rpe.py @@ -0,0 +1,277 @@ +# This file managed by the Ren'Py Launch and Sync Visual Studio Code extension. +# +# This script provides a mechanism for your Ren'Py game to connect to VS Code +# via a websocket server. It is automatically excluded from builds of your game. +# You can delete this file if you do not want to use the features provided by +# the extension. +# +# This file should not be checked into source control. You can add it to your +# `.gitignore` file by adding the following line: +# +# vscode_renpy_warp_*.rpe* +# +# For more information, see https://github.com/furudean/vscode-renpy-warp +# + +import renpy # type: ignore +from time import sleep +import textwrap +import threading +import json +import functools +import re +import os +from pathlib import Path +import logging + +logging.basicConfig() + +logger = logging.getLogger("renpy_warp_service") + +try: + logger.setLevel(level=os.getenv('WARP_LOGLEVEL', logging.INFO)) +except ValueError: + logger.setLevel(level=logging.INFO) + + +class RenpyWarpQuitAction(renpy.ui.Action): + def __call__(self): + renpy.exports.quit() + + +original_quit_action = renpy.config.quit_action + + +def get_meta(): + RPE_FILE_PATTERN = re.compile( + r"(?:vscode_)?renpy_warp_(?P\d+\.\d+\.\d+)(?:_(?P[a-z0-9]+))?\.rpe(?:\.py)?") + + file = Path(__file__) if __file__.endswith( + '.rpe.py') else Path(__file__).parent + + filename = os.path.basename(file) + match = RPE_FILE_PATTERN.match(filename) + + if not match: + raise Exception( + f"could not parse filename '{filename}'" + f" with pattern '{RPE_FILE_PATTERN.pattern}'") + + d = match.groupdict() + + return d["version"], d["checksum"] + + +def py_exec(text): + while renpy.exports.is_init_phase(): + logger.debug("in init phase, waiting...") + sleep(0.2) + + fn = functools.partial(renpy.python.py_exec, text) + renpy.exports.invoke_in_main_thread(fn) + + +def socket_send(message, websocket): + """sends a message to the socket server""" + stringified = json.dumps(message) + websocket.send(stringified) + logger.debug(f"sent message: {stringified}") + + +def socket_listener(websocket): + """listens for messages from the socket server""" + for message in websocket: + logger.debug(f"receive message: {message}") + payload = json.loads(message) + + if payload["type"] == "warp_to_line": + file = payload["file"] + line = payload["line"] + + py_exec(f"renpy.warp_to_line('{file}:{line}')") + + elif payload["type"] == "set_autoreload": + script = textwrap.dedent(""" + if renpy.get_autoreload() == False: + renpy.set_autoreload(True) + renpy.reload_script() + """) + py_exec(script) + + elif payload["type"] == "jump_to_label": + label = payload["label"] + + script = textwrap.dedent(f""" + if renpy.context_nesting_level() > 0: + renpy.jump_out_of_context('{label}') + else: + renpy.jump('{label}') + """) + + py_exec(script) + + else: + logger.warning(f"unhandled message type '{payload['type']}'") + + +def socket_producer(websocket): + """produces messages to the socket server""" + from websockets.exceptions import ConnectionClosed # type: ignore + + send = functools.partial(socket_send, websocket=websocket) + + # report current line to warp server + def fn(event, interact=True, **kwargs): + if not interact: + return + + if event == "begin": + filename, line = renpy.exports.get_filename_line() + relative_filename = Path(filename).relative_to('game') + filename_abs = Path(renpy.config.gamedir, relative_filename) + + message = { + "type": "current_line", + "line": line, + "path": filename_abs.resolve().as_posix(), + "relative_path": relative_filename.resolve().as_posix(), + } + + try: + send(message) + except ConnectionClosed: + # socket is closed, remove the callback + renpy.config.all_character_callbacks.remove(fn) + + renpy.config.all_character_callbacks.append(fn) + + def label_callback(name, abnormal): + try: + send({"type": "current_label", "label": name}) + except ConnectionClosed: + # socket is closed, remove the callback + renpy.config.label_callbacks.remove(label_callback) + + renpy.config.label_callbacks.append(label_callback) + + send({"type": "list_labels", "labels": list(renpy.exports.get_all_labels())}) + + +def socket_service(port, version, checksum): + """connects to the socket server. returns True if the connection has completed its lifecycle""" + # websockets module is bundled with renpy on versions >=8.2.0 + from websockets.sync.client import connect # type: ignore + from websockets.exceptions import ( # type: ignore + WebSocketException, + ConnectionClosedOK, + ConnectionClosedError + ) + + logger.debug(f"try port {port}") + + try: + headers = { + "pid": str(os.getpid()), + "warp-project-root": Path(renpy.config.gamedir).parent.resolve().as_posix(), + "warp-version": version, + "warp-checksum": checksum, + } + + if os.getenv("WARP_WS_NONCE"): + headers["warp-nonce"] = os.getenv("WARP_WS_NONCE") + + with connect( + f"ws://localhost:{port}", + additional_headers=headers, + open_timeout=None, + close_timeout=5, + ) as websocket: + quitting = False + + def renpy_warp_quit_callback(): + nonlocal quitting + quitting = True + logger.info(f"closing websocket connection :{port}") + websocket.close(4000, 'renpy quit') + + renpy.config.quit_callbacks.append(renpy_warp_quit_callback) + renpy.config.quit_action = RenpyWarpQuitAction() + + logger.info(f"connected to renpy warp socket server on :{port}") + py_exec("renpy.notify(\"Connected to Ren'Py Launch and Sync\")") + + socket_producer(websocket) + socket_listener(websocket) # this blocks until socket is closed + + renpy.config.quit_callbacks.remove(renpy_warp_quit_callback) + renpy.config.quit_action = original_quit_action + logger.info(f"socket service on :{port} exited") + + if not quitting: + py_exec( + "renpy.notify(\"Disconnected from Ren'Py Launch and Sync\")") + + except ConnectionClosedOK: + logger.info(f"socket service on :{port} was terminated by server") + pass + + except ConnectionClosedError: + logger.info("connection replaced, service exiting") + return True + + except WebSocketException as e: + logger.exception("unexpected websocket error", exc_info=e) + + except (ConnectionError, TimeoutError) as e: + logger.debug( + f"{e.__class__.__name__}: could not establish connection to socket server") + + return False + + +def try_socket_ports_forever(): + version, checksum = get_meta() + service_closed = False + + while service_closed is False: + for port in range(40111, 40121): + service_closed = socket_service( + port=port, version=version, checksum=checksum) + + if service_closed: + break + + if service_closed: + break + + logger.debug( + "exhausted all ports, waiting 3 seconds before retrying") + sleep(3) + + logger.info("service closed") + + +def start_renpy_warp_service(): + if renpy.config.developer: + renpy_warp_thread = threading.Thread( + target=try_socket_ports_forever, daemon=True) + renpy_warp_thread.start() + + logger.info( + "service thread started. periodically scanning ports for warp server") + + +def declassify(): + """ + removes `renpy_warp_*.rpe{.py}` from build + + on renpy 8.3 and later, this is automatically done by the renpy build system + """ + + classify = renpy.python.store_dicts["store.build"]["classify"] + classify("game/renpy_warp_*.rpe", None) + classify("game/renpy_warp_*.rpe.py", None) + + +renpy.game.post_init.append(declassify) +renpy.config.display_start_callbacks.append(start_renpy_warp_service) diff --git a/game/options.rpy b/game/options.rpy new file mode 100644 index 0000000..e6f7a35 --- /dev/null +++ b/game/options.rpy @@ -0,0 +1,209 @@ +## This file contains options that can be changed to customize your game. +## +## Lines beginning with two '#' marks are comments, and you shouldn't uncomment +## them. Lines beginning with a single '#' mark are commented-out code, and you +## may want to uncomment them when appropriate. + + +## Basics ###################################################################### + +## A human-readable name of the game. This is used to set the default window +## title, and shows up in the interface and error reports. +## +## The _() surrounding the string marks it as eligible for translation. + +define config.name = _("Visual Novel") + + +## Determines if the title given above is shown on the main menu screen. Set +## this to False to hide the title. + +define gui.show_name = True + + +## The version of the game. + +define config.version = "1.0" + + +## Text that is placed on the game's about screen. Place the text between the +## triple-quotes, and leave a blank line between paragraphs. + +define gui.about = _p(""" +""") + + +## A short name for the game used for executables and directories in the built +## distribution. This must be ASCII-only, and must not contain spaces, colons, +## or semicolons. + +define build.name = "VisualNovel" + + +## Sounds and music ############################################################ + +## These three variables control, among other things, which mixers are shown +## to the player by default. Setting one of these to False will hide the +## appropriate mixer. + +define config.has_sound = True +define config.has_music = True +define config.has_voice = True + + +## To allow the user to play a test sound on the sound or voice channel, +## uncomment a line below and use it to set a sample sound to play. + +# define config.sample_sound = "sample-sound.ogg" +# define config.sample_voice = "sample-voice.ogg" + + +## Uncomment the following line to set an audio file that will be played while +## the player is at the main menu. This file will continue playing into the +## game, until it is stopped or another file is played. + +# define config.main_menu_music = "main-menu-theme.ogg" + + +## Transitions ################################################################# +## +## These variables set transitions that are used when certain events occur. +## Each variable should be set to a transition, or None to indicate that no +## transition should be used. + +## Entering or exiting the game menu. + +define config.enter_transition = dissolve +define config.exit_transition = dissolve + + +## Between screens of the game menu. + +define config.intra_transition = dissolve + + +## A transition that is used after a game has been loaded. + +define config.after_load_transition = None + + +## Used when entering the main menu after the game has ended. + +define config.end_game_transition = None + + +## A variable to set the transition used when the game starts does not exist. +## Instead, use a with statement after showing the initial scene. + + +## Window management ########################################################### +## +## This controls when the dialogue window is displayed. If "show", it is always +## displayed. If "hide", it is only displayed when dialogue is present. If +## "auto", the window is hidden before scene statements and shown again once +## dialogue is displayed. +## +## After the game has started, this can be changed with the "window show", +## "window hide", and "window auto" statements. + +define config.window = "auto" + + +## Transitions used to show and hide the dialogue window + +define config.window_show_transition = Dissolve(.2) +define config.window_hide_transition = Dissolve(.2) + + +## Preference defaults ######################################################### + +## Controls the default text speed. The default, 0, is infinite, while any other +## number is the number of characters per second to type out. + +default preferences.text_cps = 0 + + +## The default auto-forward delay. Larger numbers lead to longer waits, with 0 +## to 30 being the valid range. + +default preferences.afm_time = 15 + + +## Save directory ############################################################## +## +## Controls the platform-specific place Ren'Py will place the save files for +## this game. The save files will be placed in: +## +## Windows: %APPDATA\RenPy\ +## +## Macintosh: $HOME/Library/RenPy/ +## +## Linux: $HOME/.renpy/ +## +## This generally should not be changed, and if it is, should always be a +## literal string, not an expression. + +define config.save_directory = "VisualNovel-1778518659" + + +## Icon ######################################################################## +## +## The icon displayed on the taskbar or dock. + +define config.window_icon = "gui/window_icon.png" + + +## Build configuration ######################################################### +## +## This section controls how Ren'Py turns your project into distribution files. + +init python: + + ## The following functions take file patterns. File patterns are case- + ## insensitive, and matched against the path relative to the base directory, + ## with and without a leading /. If multiple patterns match, the first is + ## used. + ## + ## In a pattern: + ## + ## / is the directory separator. + ## + ## * matches all characters, except the directory separator. + ## + ## ** matches all characters, including the directory separator. + ## + ## For example, "*.txt" matches txt files in the base directory, "game/ + ## **.ogg" matches ogg files in the game directory or any of its + ## subdirectories, and "**.psd" matches psd files anywhere in the project. + + ## Classify files as None to exclude them from the built distributions. + + build.classify('**~', None) + build.classify('**.bak', None) + build.classify('**/.**', None) + build.classify('**/#**', None) + build.classify('**/thumbs.db', None) + + ## To archive files, classify them as 'archive'. + + # build.classify('game/**.png', 'archive') + # build.classify('game/**.jpg', 'archive') + + ## Files matching documentation patterns are duplicated in a mac app build, + ## so they appear in both the app and the zip file. + + build.documentation('*.html') + build.documentation('*.txt') + + +## A Google Play license key is required to perform in-app purchases. It can be +## found in the Google Play developer console, under "Monetize" > "Monetization +## Setup" > "Licensing". + +# define build.google_play_key = "..." + + +## The username and project name associated with an itch.io project, separated +## by a slash. + +# define build.itch_project = "renpytom/test-project" diff --git a/game/screens.rpy b/game/screens.rpy new file mode 100644 index 0000000..fa8b24e --- /dev/null +++ b/game/screens.rpy @@ -0,0 +1,1621 @@ +################################################################################ +## Initialization +################################################################################ + +init offset = -1 + + +################################################################################ +## Styles +################################################################################ + +style default: + properties gui.text_properties() + language gui.language + +style input: + properties gui.text_properties("input", accent=True) + adjust_spacing False + +style hyperlink_text: + properties gui.text_properties("hyperlink", accent=True) + hover_underline True + +style gui_text: + properties gui.text_properties("interface") + + +style button: + properties gui.button_properties("button") + +style button_text is gui_text: + properties gui.text_properties("button") + yalign 0.5 + + +style label_text is gui_text: + properties gui.text_properties("label", accent=True) + +style prompt_text is gui_text: + properties gui.text_properties("prompt") + + +style bar: + ysize gui.bar_size + left_bar Frame("gui/bar/left.png", gui.bar_borders, tile=gui.bar_tile) + right_bar Frame("gui/bar/right.png", gui.bar_borders, tile=gui.bar_tile) + +style vbar: + xsize gui.bar_size + top_bar Frame("gui/bar/top.png", gui.vbar_borders, tile=gui.bar_tile) + bottom_bar Frame("gui/bar/bottom.png", gui.vbar_borders, tile=gui.bar_tile) + +style scrollbar: + ysize gui.scrollbar_size + base_bar Frame("gui/scrollbar/horizontal_[prefix_]bar.png", gui.scrollbar_borders, tile=gui.scrollbar_tile) + thumb Frame("gui/scrollbar/horizontal_[prefix_]thumb.png", gui.scrollbar_borders, tile=gui.scrollbar_tile) + +style vscrollbar: + xsize gui.scrollbar_size + base_bar Frame("gui/scrollbar/vertical_[prefix_]bar.png", gui.vscrollbar_borders, tile=gui.scrollbar_tile) + thumb Frame("gui/scrollbar/vertical_[prefix_]thumb.png", gui.vscrollbar_borders, tile=gui.scrollbar_tile) + +style slider: + ysize gui.slider_size + base_bar Frame("gui/slider/horizontal_[prefix_]bar.png", gui.slider_borders, tile=gui.slider_tile) + thumb "gui/slider/horizontal_[prefix_]thumb.png" + +style vslider: + xsize gui.slider_size + base_bar Frame("gui/slider/vertical_[prefix_]bar.png", gui.vslider_borders, tile=gui.slider_tile) + thumb "gui/slider/vertical_[prefix_]thumb.png" + + +style frame: + padding gui.frame_borders.padding + background Frame("gui/frame.png", gui.frame_borders, tile=gui.frame_tile) + + + +################################################################################ +## In-game screens +################################################################################ + + +## Say screen ################################################################## +## +## The say screen is used to display dialogue to the player. It takes two +## parameters, who and what, which are the name of the speaking character and +## the text to be displayed, respectively. (The who parameter can be None if no +## name is given.) +## +## This screen must create a text displayable with id "what", as Ren'Py uses +## this to manage text display. It can also create displayables with id "who" +## and id "window" to apply style properties. +## +## https://www.renpy.org/doc/html/screen_special.html#say + +screen say(who, what): + + window: + id "window" + + if who is not None: + + window: + id "namebox" + style "namebox" + text who id "who" + + text what id "what" + + + ## If there's a side image, display it above the text. Do not display on the + ## phone variant - there's no room. + if not renpy.variant("small"): + add SideImage() xalign 0.0 yalign 1.0 + + +## Make the namebox available for styling through the Character object. +init python: + config.character_id_prefixes.append('namebox') + +style window is default +style say_label is default +style say_dialogue is default +style say_thought is say_dialogue + +style namebox is default +style namebox_label is say_label + + +style window: + xalign 0.5 + xfill True + yalign gui.textbox_yalign + ysize gui.textbox_height + + background Image("gui/textbox.png", xalign=0.5, yalign=1.0) + +style namebox: + xpos gui.name_xpos + xanchor gui.name_xalign + xsize gui.namebox_width + ypos gui.name_ypos + ysize gui.namebox_height + + background Frame("gui/namebox.png", gui.namebox_borders, tile=gui.namebox_tile, xalign=gui.name_xalign) + padding gui.namebox_borders.padding + +style say_label: + properties gui.text_properties("name", accent=True) + xalign gui.name_xalign + yalign 0.5 + +style say_dialogue: + properties gui.text_properties("dialogue") + + xpos gui.dialogue_xpos + xsize gui.dialogue_width + ypos gui.dialogue_ypos + + adjust_spacing False + +## Input screen ################################################################ +## +## This screen is used to display renpy.input. The prompt parameter is used to +## pass a text prompt in. +## +## This screen must create an input displayable with id "input" to accept the +## various input parameters. +## +## https://www.renpy.org/doc/html/screen_special.html#input + +screen input(prompt): + style_prefix "input" + + window: + + vbox: + xanchor gui.dialogue_text_xalign + xpos gui.dialogue_xpos + xsize gui.dialogue_width + ypos gui.dialogue_ypos + + text prompt style "input_prompt" + input id "input" + +style input_prompt is default + +style input_prompt: + xalign gui.dialogue_text_xalign + properties gui.text_properties("input_prompt") + +style input: + xalign gui.dialogue_text_xalign + xmaximum gui.dialogue_width + + +## Choice screen ############################################################### +## +## This screen is used to display the in-game choices presented by the menu +## statement. The one parameter, items, is a list of objects, each with caption +## and action fields. +## +## https://www.renpy.org/doc/html/screen_special.html#choice + +screen choice(items): + style_prefix "choice" + + vbox: + for i in items: + textbutton i.caption action i.action + + +style choice_vbox is vbox +style choice_button is button +style choice_button_text is button_text + +style choice_vbox: + xalign 0.5 + ypos 405 + yanchor 0.5 + + spacing gui.choice_spacing + +style choice_button is default: + properties gui.button_properties("choice_button") + +style choice_button_text is default: + properties gui.text_properties("choice_button") + + +## Quick Menu screen ########################################################### +## +## The quick menu is displayed in-game to provide easy access to the out-of-game +## menus. + +screen quick_menu(): + + ## Ensure this appears on top of other screens. + zorder 100 + + if quick_menu: + + hbox: + style_prefix "quick" + style "quick_menu" + + textbutton _("Back") action Rollback() + textbutton _("History") action ShowMenu('history') + textbutton _("Skip") action Skip() alternate Skip(fast=True, confirm=True) + textbutton _("Auto") action Preference("auto-forward", "toggle") + textbutton _("Save") action ShowMenu('save') + textbutton _("Q.Save") action QuickSave() + textbutton _("Q.Load") action QuickLoad() + textbutton _("Prefs") action ShowMenu('preferences') + + +## This code ensures that the quick_menu screen is displayed in-game, whenever +## the player has not explicitly hidden the interface. +init python: + config.overlay_screens.append("quick_menu") + +default quick_menu = True + +style quick_menu is hbox +style quick_button is default +style quick_button_text is button_text + +style quick_menu: + xalign 0.5 + yalign 1.0 + +style quick_button: + properties gui.button_properties("quick_button") + +style quick_button_text: + properties gui.text_properties("quick_button") + + +################################################################################ +## Main and Game Menu Screens +################################################################################ + +## Navigation screen ########################################################### +## +## This screen is included in the main and game menus, and provides navigation +## to other menus, and to start the game. + +screen navigation(): + + vbox: + style_prefix "navigation" + + xpos gui.navigation_xpos + yalign 0.5 + + spacing gui.navigation_spacing + + if main_menu: + + textbutton _("Start") action Start() + + else: + + textbutton _("History") action ShowMenu("history") + + textbutton _("Save") action ShowMenu("save") + + textbutton _("Load") action ShowMenu("load") + + textbutton _("Preferences") action ShowMenu("preferences") + + if _in_replay: + + textbutton _("End Replay") action EndReplay(confirm=True) + + elif not main_menu: + + textbutton _("Main Menu") action MainMenu() + + textbutton _("About") action ShowMenu("about") + + if renpy.variant("pc") or (renpy.variant("web") and not renpy.variant("mobile")): + + ## Help isn't necessary or relevant to mobile devices. + textbutton _("Help") action ShowMenu("help") + + if renpy.variant("pc"): + + ## The quit button is banned on iOS and unnecessary on Android and + ## Web. + textbutton _("Quit") action Quit(confirm=not main_menu) + + +style navigation_button is gui_button +style navigation_button_text is gui_button_text + +style navigation_button: + size_group "navigation" + properties gui.button_properties("navigation_button") + +style navigation_button_text: + properties gui.text_properties("navigation_button") + + +## Main Menu screen ############################################################ +## +## Used to display the main menu when Ren'Py starts. +## +## https://www.renpy.org/doc/html/screen_special.html#main-menu + +screen main_menu(): + + ## This ensures that any other menu screen is replaced. + tag menu + + add gui.main_menu_background + + ## This empty frame darkens the main menu. + frame: + style "main_menu_frame" + + ## The use statement includes another screen inside this one. The actual + ## contents of the main menu are in the navigation screen. + use navigation + + if gui.show_name: + + vbox: + style "main_menu_vbox" + + text "[config.name!t]": + style "main_menu_title" + + text "[config.version]": + style "main_menu_version" + + +style main_menu_frame is empty +style main_menu_vbox is vbox +style main_menu_text is gui_text +style main_menu_title is main_menu_text +style main_menu_version is main_menu_text + +style main_menu_frame: + xsize 420 + yfill True + + background "gui/overlay/main_menu.png" + +style main_menu_vbox: + xalign 1.0 + xoffset -30 + xmaximum 1200 + yalign 1.0 + yoffset -30 + +style main_menu_text: + properties gui.text_properties("main_menu", accent=True) + +style main_menu_title: + properties gui.text_properties("title") + +style main_menu_version: + properties gui.text_properties("version") + + +## Game Menu screen ############################################################ +## +## This lays out the basic common structure of a game menu screen. It's called +## with the screen title, and displays the background, title, and navigation. +## +## The scroll parameter can be None, or one of "viewport" or "vpgrid". +## This screen is intended to be used with one or more children, which are +## transcluded (placed) inside it. + +screen game_menu(title, scroll=None, yinitial=0.0, spacing=0): + + style_prefix "game_menu" + + if main_menu: + add gui.main_menu_background + else: + add gui.game_menu_background + + frame: + style "game_menu_outer_frame" + + hbox: + + ## Reserve space for the navigation section. + frame: + style "game_menu_navigation_frame" + + frame: + style "game_menu_content_frame" + + if scroll == "viewport": + + viewport: + yinitial yinitial + scrollbars "vertical" + mousewheel True + draggable True + pagekeys True + + side_yfill True + + vbox: + spacing spacing + + transclude + + elif scroll == "vpgrid": + + vpgrid: + cols 1 + yinitial yinitial + + scrollbars "vertical" + mousewheel True + draggable True + pagekeys True + + side_yfill True + + spacing spacing + + transclude + + else: + + transclude + + use navigation + + textbutton _("Return"): + style "return_button" + + action Return() + + label title + + if main_menu: + key "game_menu" action ShowMenu("main_menu") + + +style game_menu_outer_frame is empty +style game_menu_navigation_frame is empty +style game_menu_content_frame is empty +style game_menu_viewport is gui_viewport +style game_menu_side is gui_side +style game_menu_scrollbar is gui_vscrollbar + +style game_menu_label is gui_label +style game_menu_label_text is gui_label_text + +style return_button is navigation_button +style return_button_text is navigation_button_text + +style game_menu_outer_frame: + bottom_padding 45 + top_padding 180 + + background "gui/overlay/game_menu.png" + +style game_menu_navigation_frame: + xsize 420 + yfill True + +style game_menu_content_frame: + left_margin 60 + right_margin 30 + top_margin 15 + +style game_menu_viewport: + xsize 1380 + +style game_menu_vscrollbar: + unscrollable gui.unscrollable + +style game_menu_side: + spacing 15 + +style game_menu_label: + xpos 75 + ysize 180 + +style game_menu_label_text: + size 75 + color gui.accent_color + yalign 0.5 + +style return_button: + xpos gui.navigation_xpos + yalign 1.0 + yoffset -45 + + +## About screen ################################################################ +## +## This screen gives credit and copyright information about the game and Ren'Py. +## +## There's nothing special about this screen, and hence it also serves as an +## example of how to make a custom screen. + +screen about(): + + tag menu + + ## This use statement includes the game_menu screen inside this one. The + ## vbox child is then included inside the viewport inside the game_menu + ## screen. + use game_menu(_("About"), scroll="viewport"): + + style_prefix "about" + + vbox: + + label "[config.name!t]" + text _("Version [config.version!t]\n") + + ## gui.about is usually set in options.rpy. + if gui.about: + text "[gui.about!t]\n" + + text _("Made with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]") + + +style about_label is gui_label +style about_label_text is gui_label_text +style about_text is gui_text + +style about_label_text: + size gui.label_text_size + + +## Load and Save screens ####################################################### +## +## These screens are responsible for letting the player save the game and load +## it again. Since they share nearly everything in common, both are implemented +## in terms of a third screen, file_slots. +## +## https://www.renpy.org/doc/html/screen_special.html#save https:// +## www.renpy.org/doc/html/screen_special.html#load + +screen save(): + + tag menu + + use file_slots(_("Save")) + + +screen load(): + + tag menu + + use file_slots(_("Load")) + + +screen file_slots(title): + + default page_name_value = FilePageNameInputValue(pattern=_("Page {}"), auto=_("Automatic saves"), quick=_("Quick saves")) + + use game_menu(title): + + fixed: + + ## This ensures the input will get the enter event before any of the + ## buttons do. + order_reverse True + + ## The page name, which can be edited by clicking on a button. + button: + style "page_label" + + key_events True + xalign 0.5 + action page_name_value.Toggle() + + input: + style "page_label_text" + value page_name_value + + ## The grid of file slots. + grid gui.file_slot_cols gui.file_slot_rows: + style_prefix "slot" + + xalign 0.5 + yalign 0.5 + + spacing gui.slot_spacing + + for i in range(gui.file_slot_cols * gui.file_slot_rows): + + $ slot = i + 1 + + button: + action FileAction(slot) + + has vbox + + add FileScreenshot(slot) xalign 0.5 + + text FileTime(slot, format=_("{#file_time}%A, %B %d %Y, %H:%M"), empty=_("empty slot")): + style "slot_time_text" + + text FileSaveName(slot): + style "slot_name_text" + + key "save_delete" action FileDelete(slot) + + ## Buttons to access other pages. + vbox: + style_prefix "page" + + xalign 0.5 + yalign 1.0 + + hbox: + xalign 0.5 + + spacing gui.page_spacing + + textbutton _("<") action FilePagePrevious() + key "save_page_prev" action FilePagePrevious() + + if config.has_autosave: + textbutton _("{#auto_page}A") action FilePage("auto") + + if config.has_quicksave: + textbutton _("{#quick_page}Q") action FilePage("quick") + + ## range(1, 10) gives the numbers from 1 to 9. + for page in range(1, 10): + textbutton "[page]" action FilePage(page) + + textbutton _(">") action FilePageNext() + key "save_page_next" action FilePageNext() + + if config.has_sync: + if CurrentScreenName() == "save": + textbutton _("Upload Sync"): + action UploadSync() + xalign 0.5 + else: + textbutton _("Download Sync"): + action DownloadSync() + xalign 0.5 + + +style page_label is gui_label +style page_label_text is gui_label_text +style page_button is gui_button +style page_button_text is gui_button_text + +style slot_button is gui_button +style slot_button_text is gui_button_text +style slot_time_text is slot_button_text +style slot_name_text is slot_button_text + +style page_label: + xpadding 75 + ypadding 5 + xalign 0.5 + +style page_label_text: + textalign 0.5 + layout "subtitle" + hover_color gui.hover_color + +style page_button: + properties gui.button_properties("page_button") + +style page_button_text: + properties gui.text_properties("page_button") + +style slot_button: + properties gui.button_properties("slot_button") + +style slot_button_text: + properties gui.text_properties("slot_button") + + +## Preferences screen ########################################################## +## +## The preferences screen allows the player to configure the game to better suit +## themselves. +## +## https://www.renpy.org/doc/html/screen_special.html#preferences + +screen preferences(): + + tag menu + + use game_menu(_("Preferences"), scroll="viewport"): + + vbox: + + hbox: + box_wrap True + + if renpy.variant("pc") or renpy.variant("web"): + + vbox: + style_prefix "radio" + label _("Display") + textbutton _("Window") action Preference("display", "window") + textbutton _("Fullscreen") action Preference("display", "fullscreen") + + vbox: + style_prefix "check" + label _("Skip") + textbutton _("Unseen Text") action Preference("skip", "toggle") + textbutton _("After Choices") action Preference("after choices", "toggle") + textbutton _("Transitions") action InvertSelected(Preference("transitions", "toggle")) + + ## Additional vboxes of type "radio_pref" or "check_pref" can be + ## added here, to add additional creator-defined preferences. + + null height (4 * gui.pref_spacing) + + hbox: + style_prefix "slider" + box_wrap True + + vbox: + + label _("Text Speed") + + bar value Preference("text speed") + + label _("Auto-Forward Time") + + bar value Preference("auto-forward time") + + vbox: + + if config.has_music: + label _("Music Volume") + + hbox: + bar value Preference("music volume") + + if config.has_sound: + + label _("Sound Volume") + + hbox: + bar value Preference("sound volume") + + if config.sample_sound: + textbutton _("Test") action Play("sound", config.sample_sound) + + + if config.has_voice: + label _("Voice Volume") + + hbox: + bar value Preference("voice volume") + + if config.sample_voice: + textbutton _("Test") action Play("voice", config.sample_voice) + + if config.has_music or config.has_sound or config.has_voice: + null height gui.pref_spacing + + textbutton _("Mute All"): + action Preference("all mute", "toggle") + style "mute_all_button" + + +style pref_label is gui_label +style pref_label_text is gui_label_text +style pref_vbox is vbox + +style radio_label is pref_label +style radio_label_text is pref_label_text +style radio_button is gui_button +style radio_button_text is gui_button_text +style radio_vbox is pref_vbox + +style check_label is pref_label +style check_label_text is pref_label_text +style check_button is gui_button +style check_button_text is gui_button_text +style check_vbox is pref_vbox + +style slider_label is pref_label +style slider_label_text is pref_label_text +style slider_slider is gui_slider +style slider_button is gui_button +style slider_button_text is gui_button_text +style slider_pref_vbox is pref_vbox + +style mute_all_button is check_button +style mute_all_button_text is check_button_text + +style pref_label: + top_margin gui.pref_spacing + bottom_margin 3 + +style pref_label_text: + yalign 1.0 + +style pref_vbox: + xsize 338 + +style radio_vbox: + spacing gui.pref_button_spacing + +style radio_button: + properties gui.button_properties("radio_button") + foreground "gui/button/radio_[prefix_]foreground.png" + +style radio_button_text: + properties gui.text_properties("radio_button") + +style check_vbox: + spacing gui.pref_button_spacing + +style check_button: + properties gui.button_properties("check_button") + foreground "gui/button/check_[prefix_]foreground.png" + +style check_button_text: + properties gui.text_properties("check_button") + +style slider_slider: + xsize 525 + +style slider_button: + properties gui.button_properties("slider_button") + yalign 0.5 + left_margin 15 + +style slider_button_text: + properties gui.text_properties("slider_button") + +style slider_vbox: + xsize 675 + + +## History screen ############################################################## +## +## This is a screen that displays the dialogue history to the player. While +## there isn't anything special about this screen, it does have to access the +## dialogue history stored in _history_list. +## +## https://www.renpy.org/doc/html/history.html + +screen history(): + + tag menu + + ## Avoid predicting this screen, as it can be very large. + predict False + + use game_menu(_("History"), scroll=("vpgrid" if gui.history_height else "viewport"), yinitial=1.0, spacing=gui.history_spacing): + + style_prefix "history" + + for h in _history_list: + + window: + + ## This lays things out properly if history_height is None. + has fixed: + yfit True + + if h.who: + + label h.who: + style "history_name" + substitute False + + ## Take the color of the who text from the Character, if + ## set. + if "color" in h.who_args: + text_color h.who_args["color"] + + $ what = renpy.filter_text_tags(h.what, allow=gui.history_allow_tags) + text what: + substitute False + + if not _history_list: + label _("The dialogue history is empty.") + + +## This determines what tags are allowed to be displayed on the history screen. + +define gui.history_allow_tags = { "alt", "noalt", "rt", "rb", "art" } + + +style history_window is empty + +style history_name is gui_label +style history_name_text is gui_label_text +style history_text is gui_text + +style history_label is gui_label +style history_label_text is gui_label_text + +style history_window: + xfill True + ysize gui.history_height + +style history_name: + xpos gui.history_name_xpos + xanchor gui.history_name_xalign + ypos gui.history_name_ypos + xsize gui.history_name_width + +style history_name_text: + min_width gui.history_name_width + textalign gui.history_name_xalign + +style history_text: + xpos gui.history_text_xpos + ypos gui.history_text_ypos + xanchor gui.history_text_xalign + xsize gui.history_text_width + min_width gui.history_text_width + textalign gui.history_text_xalign + layout ("subtitle" if gui.history_text_xalign else "tex") + +style history_label: + xfill True + +style history_label_text: + xalign 0.5 + + +## Help screen ################################################################# +## +## A screen that gives information about key and mouse bindings. It uses other +## screens (keyboard_help, mouse_help, and gamepad_help) to display the actual +## help. + +screen help(): + + tag menu + + default device = "keyboard" + + use game_menu(_("Help"), scroll="viewport"): + + style_prefix "help" + + vbox: + spacing 23 + + hbox: + + textbutton _("Keyboard") action SetScreenVariable("device", "keyboard") + textbutton _("Mouse") action SetScreenVariable("device", "mouse") + + if GamepadExists(): + textbutton _("Gamepad") action SetScreenVariable("device", "gamepad") + + if device == "keyboard": + use keyboard_help + elif device == "mouse": + use mouse_help + elif device == "gamepad": + use gamepad_help + + +screen keyboard_help(): + + hbox: + label _("Enter") + text _("Advances dialogue and activates the interface.") + + hbox: + label _("Space") + text _("Advances dialogue without selecting choices.") + + hbox: + label _("Arrow Keys") + text _("Navigate the interface.") + + hbox: + label _("Escape") + text _("Accesses the game menu.") + + hbox: + label _("Ctrl") + text _("Skips dialogue while held down.") + + hbox: + label _("Tab") + text _("Toggles dialogue skipping.") + + hbox: + label _("Page Up") + text _("Rolls back to earlier dialogue.") + + hbox: + label _("Page Down") + text _("Rolls forward to later dialogue.") + + hbox: + label "H" + text _("Hides the user interface.") + + hbox: + label "S" + text _("Takes a screenshot.") + + hbox: + label "V" + text _("Toggles assistive {a=https://www.renpy.org/l/voicing}self-voicing{/a}.") + + hbox: + label "Shift+A" + text _("Opens the accessibility menu.") + + +screen mouse_help(): + + hbox: + label _("Left Click") + text _("Advances dialogue and activates the interface.") + + hbox: + label _("Middle Click") + text _("Hides the user interface.") + + hbox: + label _("Right Click") + text _("Accesses the game menu.") + + hbox: + label _("Mouse Wheel Up") + text _("Rolls back to earlier dialogue.") + + hbox: + label _("Mouse Wheel Down") + text _("Rolls forward to later dialogue.") + + +screen gamepad_help(): + + hbox: + label _("Right Trigger\nA/Bottom Button") + text _("Advances dialogue and activates the interface.") + + hbox: + label _("Left Trigger\nLeft Shoulder") + text _("Rolls back to earlier dialogue.") + + hbox: + label _("Right Shoulder") + text _("Rolls forward to later dialogue.") + + hbox: + label _("D-Pad, Sticks") + text _("Navigate the interface.") + + hbox: + label _("Start, Guide, B/Right Button") + text _("Accesses the game menu.") + + hbox: + label _("Y/Top Button") + text _("Hides the user interface.") + + textbutton _("Calibrate") action GamepadCalibrate() + + +style help_button is gui_button +style help_button_text is gui_button_text +style help_label is gui_label +style help_label_text is gui_label_text +style help_text is gui_text + +style help_button: + properties gui.button_properties("help_button") + xmargin 12 + +style help_button_text: + properties gui.text_properties("help_button") + +style help_label: + xsize 375 + right_padding 30 + +style help_label_text: + size gui.text_size + xalign 1.0 + textalign 1.0 + + + +################################################################################ +## Additional screens +################################################################################ + + +## Confirm screen ############################################################## +## +## The confirm screen is called when Ren'Py wants to ask the player a yes or no +## question. +## +## https://www.renpy.org/doc/html/screen_special.html#confirm + +screen confirm(message, yes_action, no_action): + + ## Ensure other screens do not get input while this screen is displayed. + modal True + + zorder 200 + + style_prefix "confirm" + + add "gui/overlay/confirm.png" + + frame: + + vbox: + xalign .5 + yalign .5 + spacing 45 + + label _(message): + style "confirm_prompt" + xalign 0.5 + + hbox: + xalign 0.5 + spacing 150 + + textbutton _("Yes") action yes_action + textbutton _("No") action no_action + + ## Right-click and escape answer "no". + key "game_menu" action no_action + + +style confirm_frame is gui_frame +style confirm_prompt is gui_prompt +style confirm_prompt_text is gui_prompt_text +style confirm_button is gui_medium_button +style confirm_button_text is gui_medium_button_text + +style confirm_frame: + background Frame([ "gui/confirm_frame.png", "gui/frame.png"], gui.confirm_frame_borders, tile=gui.frame_tile) + padding gui.confirm_frame_borders.padding + xalign .5 + yalign .5 + +style confirm_prompt_text: + textalign 0.5 + layout "subtitle" + +style confirm_button: + properties gui.button_properties("confirm_button") + +style confirm_button_text: + properties gui.text_properties("confirm_button") + + +## Skip indicator screen ####################################################### +## +## The skip_indicator screen is displayed to indicate that skipping is in +## progress. +## +## https://www.renpy.org/doc/html/screen_special.html#skip-indicator + +screen skip_indicator(): + + zorder 100 + style_prefix "skip" + + frame: + + hbox: + spacing 9 + + text _("Skipping") + + text "▸" at delayed_blink(0.0, 1.0) style "skip_triangle" + text "▸" at delayed_blink(0.2, 1.0) style "skip_triangle" + text "▸" at delayed_blink(0.4, 1.0) style "skip_triangle" + + +## This transform is used to blink the arrows one after another. +transform delayed_blink(delay, cycle): + alpha .5 + + pause delay + + block: + linear .2 alpha 1.0 + pause .2 + linear .2 alpha 0.5 + pause (cycle - .4) + repeat + + +style skip_frame is empty +style skip_text is gui_text +style skip_triangle is skip_text + +style skip_frame: + ypos gui.skip_ypos + background Frame("gui/skip.png", gui.skip_frame_borders, tile=gui.frame_tile) + padding gui.skip_frame_borders.padding + +style skip_text: + size gui.notify_text_size + +style skip_triangle: + ## We have to use a font that has the BLACK RIGHT-POINTING SMALL TRIANGLE + ## glyph in it. + font "DejaVuSans.ttf" + + +## Notify screen ############################################################### +## +## The notify screen is used to show the player a message. (For example, when +## the game is quicksaved or a screenshot has been taken.) +## +## https://www.renpy.org/doc/html/screen_special.html#notify-screen + +screen notify(message): + + zorder 100 + style_prefix "notify" + + frame at notify_appear: + text "[message!tq]" + + timer 3.25 action Hide('notify') + + +transform notify_appear: + on show: + alpha 0 + linear .25 alpha 1.0 + on hide: + linear .5 alpha 0.0 + + +style notify_frame is empty +style notify_text is gui_text + +style notify_frame: + ypos gui.notify_ypos + + background Frame("gui/notify.png", gui.notify_frame_borders, tile=gui.frame_tile) + padding gui.notify_frame_borders.padding + +style notify_text: + properties gui.text_properties("notify") + + +## NVL screen ################################################################## +## +## This screen is used for NVL-mode dialogue and menus. +## +## https://www.renpy.org/doc/html/screen_special.html#nvl + + +screen nvl(dialogue, items=None): + + window: + style "nvl_window" + + has vbox: + spacing gui.nvl_spacing + + ## Displays dialogue in either a vpgrid or the vbox. + if gui.nvl_height: + + vpgrid: + cols 1 + yinitial 1.0 + + use nvl_dialogue(dialogue) + + else: + + use nvl_dialogue(dialogue) + + ## Displays the menu, if given. The menu may be displayed incorrectly if + ## config.narrator_menu is set to True. + for i in items: + + textbutton i.caption: + action i.action + style "nvl_button" + + add SideImage() xalign 0.0 yalign 1.0 + + +screen nvl_dialogue(dialogue): + + for d in dialogue: + + window: + id d.window_id + + fixed: + yfit gui.nvl_height is None + + if d.who is not None: + + text d.who: + id d.who_id + + text d.what: + id d.what_id + + +## This controls the maximum number of NVL-mode entries that can be displayed at +## once. +define config.nvl_list_length = gui.nvl_list_length + +style nvl_window is default +style nvl_entry is default + +style nvl_label is say_label +style nvl_dialogue is say_dialogue + +style nvl_button is button +style nvl_button_text is button_text + +style nvl_window: + xfill True + yfill True + + background "gui/nvl.png" + padding gui.nvl_borders.padding + +style nvl_entry: + xfill True + ysize gui.nvl_height + +style nvl_label: + xpos gui.nvl_name_xpos + xanchor gui.nvl_name_xalign + ypos gui.nvl_name_ypos + yanchor 0.0 + xsize gui.nvl_name_width + min_width gui.nvl_name_width + textalign gui.nvl_name_xalign + +style nvl_dialogue: + xpos gui.nvl_text_xpos + xanchor gui.nvl_text_xalign + ypos gui.nvl_text_ypos + xsize gui.nvl_text_width + min_width gui.nvl_text_width + textalign gui.nvl_text_xalign + layout ("subtitle" if gui.nvl_text_xalign else "tex") + +style nvl_thought: + xpos gui.nvl_thought_xpos + xanchor gui.nvl_thought_xalign + ypos gui.nvl_thought_ypos + xsize gui.nvl_thought_width + min_width gui.nvl_thought_width + textalign gui.nvl_thought_xalign + layout ("subtitle" if gui.nvl_text_xalign else "tex") + +style nvl_button: + properties gui.button_properties("nvl_button") + xpos gui.nvl_button_xpos + xanchor gui.nvl_button_xalign + +style nvl_button_text: + properties gui.text_properties("nvl_button") + + +## Bubble screen ############################################################### +## +## The bubble screen is used to display dialogue to the player when using speech +## bubbles. The bubble screen takes the same parameters as the say screen, must +## create a displayable with the id of "what", and can create displayables with +## the "namebox", "who", and "window" ids. +## +## https://www.renpy.org/doc/html/bubble.html#bubble-screen + +screen bubble(who, what): + style_prefix "bubble" + + window: + id "window" + + if who is not None: + + window: + id "namebox" + style "bubble_namebox" + + text who: + id "who" + + text what: + id "what" + + default ctc = None + showif ctc: + add ctc + +style bubble_window is empty +style bubble_namebox is empty +style bubble_who is default +style bubble_what is default + +style bubble_window: + xpadding 30 + top_padding 5 + bottom_padding 5 + +style bubble_namebox: + xalign 0.5 + +style bubble_who: + xalign 0.5 + textalign 0.5 + color "#000" + +style bubble_what: + align (0.5, 0.5) + text_align 0.5 + layout "subtitle" + color "#000" + +define bubble.frame = Frame("gui/bubble.png", 55, 55, 55, 95) +define bubble.thoughtframe = Frame("gui/thoughtbubble.png", 55, 55, 55, 55) + +define bubble.properties = { + "bottom_left" : { + "window_background" : Transform(bubble.frame, xzoom=1, yzoom=1), + "window_bottom_padding" : 27, + }, + + "bottom_right" : { + "window_background" : Transform(bubble.frame, xzoom=-1, yzoom=1), + "window_bottom_padding" : 27, + }, + + "top_left" : { + "window_background" : Transform(bubble.frame, xzoom=1, yzoom=-1), + "window_top_padding" : 27, + }, + + "top_right" : { + "window_background" : Transform(bubble.frame, xzoom=-1, yzoom=-1), + "window_top_padding" : 27, + }, + + "thought" : { + "window_background" : bubble.thoughtframe, + } +} + +define bubble.expand_area = { + "bottom_left" : (0, 0, 0, 22), + "bottom_right" : (0, 0, 0, 22), + "top_left" : (0, 22, 0, 0), + "top_right" : (0, 22, 0, 0), + "thought" : (0, 0, 0, 0), +} + + + +################################################################################ +## Mobile Variants +################################################################################ + +style pref_vbox: + variant "medium" + xsize 675 + +## Since a mouse may not be present, we replace the quick menu with a version +## that uses fewer and bigger buttons that are easier to touch. +screen quick_menu(): + variant "touch" + + zorder 100 + + if quick_menu: + + hbox: + style "quick_menu" + style_prefix "quick" + + textbutton _("Back") action Rollback() + textbutton _("Skip") action Skip() alternate Skip(fast=True, confirm=True) + textbutton _("Auto") action Preference("auto-forward", "toggle") + textbutton _("Menu") action ShowMenu() + + +style window: + variant "small" + background "gui/phone/textbox.png" + +style radio_button: + variant "small" + foreground "gui/phone/button/radio_[prefix_]foreground.png" + +style check_button: + variant "small" + foreground "gui/phone/button/check_[prefix_]foreground.png" + +style nvl_window: + variant "small" + background "gui/phone/nvl.png" + +style main_menu_frame: + variant "small" + background "gui/phone/overlay/main_menu.png" + +style game_menu_outer_frame: + variant "small" + background "gui/phone/overlay/game_menu.png" + +style game_menu_navigation_frame: + variant "small" + xsize 510 + +style game_menu_content_frame: + variant "small" + top_margin 0 + +style game_menu_viewport: + variant "small" + xsize 1305 + +style pref_vbox: + variant "small" + xsize 600 + +style bar: + variant "small" + ysize gui.bar_size + left_bar Frame("gui/phone/bar/left.png", gui.bar_borders, tile=gui.bar_tile) + right_bar Frame("gui/phone/bar/right.png", gui.bar_borders, tile=gui.bar_tile) + +style vbar: + variant "small" + xsize gui.bar_size + top_bar Frame("gui/phone/bar/top.png", gui.vbar_borders, tile=gui.bar_tile) + bottom_bar Frame("gui/phone/bar/bottom.png", gui.vbar_borders, tile=gui.bar_tile) + +style scrollbar: + variant "small" + ysize gui.scrollbar_size + base_bar Frame("gui/phone/scrollbar/horizontal_[prefix_]bar.png", gui.scrollbar_borders, tile=gui.scrollbar_tile) + thumb Frame("gui/phone/scrollbar/horizontal_[prefix_]thumb.png", gui.scrollbar_borders, tile=gui.scrollbar_tile) + +style vscrollbar: + variant "small" + xsize gui.scrollbar_size + base_bar Frame("gui/phone/scrollbar/vertical_[prefix_]bar.png", gui.vscrollbar_borders, tile=gui.scrollbar_tile) + thumb Frame("gui/phone/scrollbar/vertical_[prefix_]thumb.png", gui.vscrollbar_borders, tile=gui.scrollbar_tile) + +style slider: + variant "small" + ysize gui.slider_size + base_bar Frame("gui/phone/slider/horizontal_[prefix_]bar.png", gui.slider_borders, tile=gui.slider_tile) + thumb "gui/phone/slider/horizontal_[prefix_]thumb.png" + +style vslider: + variant "small" + xsize gui.slider_size + base_bar Frame("gui/phone/slider/vertical_[prefix_]bar.png", gui.vslider_borders, tile=gui.slider_tile) + thumb "gui/phone/slider/vertical_[prefix_]thumb.png" + +style slider_vbox: + variant "small" + xsize None + +style slider_slider: + variant "small" + xsize 900 diff --git a/game/script.rpy b/game/script.rpy new file mode 100644 index 0000000..948c2ce --- /dev/null +++ b/game/script.rpy @@ -0,0 +1,33 @@ +# The script of the game goes in this file. + +# Declare characters used by this game. The color argument colorizes the +# name of the character. + +define s = Character("Sara") + + +# The game starts here. + +label start: + + # Show a background. This uses a placeholder by default, but you can + # add a file (named either "bg room.png" or "bg room.jpg") to the + # images directory to show it. + + scene bg room + + # This shows a character sprite. A placeholder is used, but you can + # replace it by adding a file named "eileen happy.png" to the images + # directory. + + show eileen happy + + # These display lines of dialogue. + + s "You've created a new Ren'Py game." + + s "Once you add a story, pictures, and music, you can release it to the world!" + + # This ends the game. + + return diff --git a/game/tl/None/common.rpym b/game/tl/None/common.rpym new file mode 100644 index 0000000..af55479 --- /dev/null +++ b/game/tl/None/common.rpym @@ -0,0 +1,1535 @@ + +translate None strings: + + # renpy/common/000statements.rpy:28 + old "Click to play the video." + new "Click to play the video." + + # renpy/common/00accessibility.rpy:28 + old "Self-voicing disabled." + new "Self-voicing disabled." + + # renpy/common/00accessibility.rpy:29 + old "Clipboard voicing enabled. " + new "Clipboard voicing enabled. " + + # renpy/common/00accessibility.rpy:30 + old "Self-voicing enabled. " + new "Self-voicing enabled. " + + # renpy/common/00accessibility.rpy:32 + old "bar" + new "bar" + + # renpy/common/00accessibility.rpy:33 + old "selected" + new "selected" + + # renpy/common/00accessibility.rpy:34 + old "viewport" + new "viewport" + + # renpy/common/00accessibility.rpy:35 + old "horizontal scroll" + new "horizontal scroll" + + # renpy/common/00accessibility.rpy:36 + old "vertical scroll" + new "vertical scroll" + + # renpy/common/00accessibility.rpy:37 + old "activate" + new "activate" + + # renpy/common/00accessibility.rpy:38 + old "deactivate" + new "deactivate" + + # renpy/common/00accessibility.rpy:39 + old "increase" + new "increase" + + # renpy/common/00accessibility.rpy:40 + old "decrease" + new "decrease" + + # renpy/common/00accessibility.rpy:134 + old "Self-Voicing" + new "Self-Voicing" + + # renpy/common/00accessibility.rpy:137 + old "Self-voicing support is limited when using a touch screen." + new "Self-voicing support is limited when using a touch screen." + + # renpy/common/00accessibility.rpy:139 + old "Off" + new "Off" + + # renpy/common/00accessibility.rpy:143 + old "Text-to-speech" + new "Text-to-speech" + + # renpy/common/00accessibility.rpy:147 + old "Clipboard" + new "Clipboard" + + # renpy/common/00accessibility.rpy:151 + old "Debug" + new "Debug" + + # renpy/common/00accessibility.rpy:155 + old "Voice Volume" + new "Voice Volume" + + # renpy/common/00accessibility.rpy:163 + old "Reset" + new "Reset" + + # renpy/common/00accessibility.rpy:167 + old "Self-Voicing Volume Drop" + new "Self-Voicing Volume Drop" + + # renpy/common/00accessibility.rpy:180 + old "Mono Audio" + new "Mono Audio" + + # renpy/common/00accessibility.rpy:182 + old "Enable" + new "Enable" + + # renpy/common/00accessibility.rpy:186 + old "Disable" + new "Disable" + + # renpy/common/00accessibility.rpy:198 + old "Font Override" + new "Font Override" + + # renpy/common/00accessibility.rpy:200 + old "Default" + new "Default" + + # renpy/common/00accessibility.rpy:204 + old "DejaVu Sans" + new "DejaVu Sans" + + # renpy/common/00accessibility.rpy:208 + old "Opendyslexic" + new "Opendyslexic" + + # renpy/common/00accessibility.rpy:212 + old "High Contrast Text" + new "High Contrast Text" + + # renpy/common/00accessibility.rpy:224 + old "Text Size Scaling" + new "Text Size Scaling" + + # renpy/common/00accessibility.rpy:235 + old "Line Spacing Scaling" + new "Line Spacing Scaling" + + # renpy/common/00accessibility.rpy:246 + old "Kerning" + new "Kerning" + + # renpy/common/00accessibility.rpy:267 + old "Accessibility Menu. Use up and down arrows to navigate, and enter to activate buttons and bars." + new "Accessibility Menu. Use up and down arrows to navigate, and enter to activate buttons and bars." + + # renpy/common/00accessibility.rpy:288 + old "Self-Voicing and Audio" + new "Self-Voicing and Audio" + + # renpy/common/00accessibility.rpy:292 + old "Text" + new "Text" + + # renpy/common/00accessibility.rpy:296 + old "Return" + new "Return" + + # renpy/common/00accessibility.rpy:306 + old "The options on this menu are intended to improve accessibility. They may not work with all games, and some combinations of options may render the game unplayable. This is not an issue with the game or engine. For the best results when changing fonts, try to keep the text size the same as it originally was." + new "The options on this menu are intended to improve accessibility. They may not work with all games, and some combinations of options may render the game unplayable. This is not an issue with the game or engine. For the best results when changing fonts, try to keep the text size the same as it originally was." + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Monday" + new "{#weekday}Monday" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Tuesday" + new "{#weekday}Tuesday" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Wednesday" + new "{#weekday}Wednesday" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Thursday" + new "{#weekday}Thursday" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Friday" + new "{#weekday}Friday" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Saturday" + new "{#weekday}Saturday" + + # renpy/common/00action_file.rpy:26 + old "{#weekday}Sunday" + new "{#weekday}Sunday" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Mon" + new "{#weekday_short}Mon" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Tue" + new "{#weekday_short}Tue" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Wed" + new "{#weekday_short}Wed" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Thu" + new "{#weekday_short}Thu" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Fri" + new "{#weekday_short}Fri" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Sat" + new "{#weekday_short}Sat" + + # renpy/common/00action_file.rpy:37 + old "{#weekday_short}Sun" + new "{#weekday_short}Sun" + + # renpy/common/00action_file.rpy:47 + old "{#month}January" + new "{#month}January" + + # renpy/common/00action_file.rpy:47 + old "{#month}February" + new "{#month}February" + + # renpy/common/00action_file.rpy:47 + old "{#month}March" + new "{#month}March" + + # renpy/common/00action_file.rpy:47 + old "{#month}April" + new "{#month}April" + + # renpy/common/00action_file.rpy:47 + old "{#month}May" + new "{#month}May" + + # renpy/common/00action_file.rpy:47 + old "{#month}June" + new "{#month}June" + + # renpy/common/00action_file.rpy:47 + old "{#month}July" + new "{#month}July" + + # renpy/common/00action_file.rpy:47 + old "{#month}August" + new "{#month}August" + + # renpy/common/00action_file.rpy:47 + old "{#month}September" + new "{#month}September" + + # renpy/common/00action_file.rpy:47 + old "{#month}October" + new "{#month}October" + + # renpy/common/00action_file.rpy:47 + old "{#month}November" + new "{#month}November" + + # renpy/common/00action_file.rpy:47 + old "{#month}December" + new "{#month}December" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Jan" + new "{#month_short}Jan" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Feb" + new "{#month_short}Feb" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Mar" + new "{#month_short}Mar" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Apr" + new "{#month_short}Apr" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}May" + new "{#month_short}May" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Jun" + new "{#month_short}Jun" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Jul" + new "{#month_short}Jul" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Aug" + new "{#month_short}Aug" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Sep" + new "{#month_short}Sep" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Oct" + new "{#month_short}Oct" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Nov" + new "{#month_short}Nov" + + # renpy/common/00action_file.rpy:63 + old "{#month_short}Dec" + new "{#month_short}Dec" + + # renpy/common/00action_file.rpy:258 + old "%b %d, %H:%M" + new "%b %d, %H:%M" + + # renpy/common/00action_file.rpy:395 + old "Save slot %s: [text]" + new "Save slot %s: [text]" + + # renpy/common/00action_file.rpy:481 + old "Load slot %s: [text]" + new "Load slot %s: [text]" + + # renpy/common/00action_file.rpy:534 + old "Delete slot [text]" + new "Delete slot [text]" + + # renpy/common/00action_file.rpy:613 + old "File page auto" + new "File page auto" + + # renpy/common/00action_file.rpy:615 + old "File page quick" + new "File page quick" + + # renpy/common/00action_file.rpy:617 + old "File page [text]" + new "File page [text]" + + # renpy/common/00action_file.rpy:675 + old "Page {}" + new "Page {}" + + # renpy/common/00action_file.rpy:675 + old "Automatic saves" + new "Automatic saves" + + # renpy/common/00action_file.rpy:675 + old "Quick saves" + new "Quick saves" + + # renpy/common/00action_file.rpy:816 + old "Next file page." + new "Next file page." + + # renpy/common/00action_file.rpy:888 + old "Previous file page." + new "Previous file page." + + # renpy/common/00action_file.rpy:949 + old "Quick save complete." + new "Quick save complete." + + # renpy/common/00action_file.rpy:964 + old "Quick save." + new "Quick save." + + # renpy/common/00action_file.rpy:983 + old "Quick load." + new "Quick load." + + # renpy/common/00action_other.rpy:416 + old "Language [text]" + new "Language [text]" + + # renpy/common/00action_other.rpy:786 + old "Open [text] directory." + new "Open [text] directory." + + # renpy/common/00director.rpy:712 + old "The interactive director is not enabled here." + new "The interactive director is not enabled here." + + # renpy/common/00director.rpy:1512 + old "⬆" + new "⬆" + + # renpy/common/00director.rpy:1518 + old "⬇" + new "⬇" + + # renpy/common/00director.rpy:1582 + old "Done" + new "Done" + + # renpy/common/00director.rpy:1592 + old "(statement)" + new "(statement)" + + # renpy/common/00director.rpy:1593 + old "(tag)" + new "(tag)" + + # renpy/common/00director.rpy:1594 + old "(attributes)" + new "(attributes)" + + # renpy/common/00director.rpy:1595 + old "(transform)" + new "(transform)" + + # renpy/common/00director.rpy:1620 + old "(transition)" + new "(transition)" + + # renpy/common/00director.rpy:1632 + old "(channel)" + new "(channel)" + + # renpy/common/00director.rpy:1633 + old "(filename)" + new "(filename)" + + # renpy/common/00director.rpy:1662 + old "Change" + new "Change" + + # renpy/common/00director.rpy:1664 + old "Add" + new "Add" + + # renpy/common/00director.rpy:1667 + old "Cancel" + new "Cancel" + + # renpy/common/00director.rpy:1670 + old "Remove" + new "Remove" + + # renpy/common/00director.rpy:1705 + old "Statement:" + new "Statement:" + + # renpy/common/00director.rpy:1726 + old "Tag:" + new "Tag:" + + # renpy/common/00director.rpy:1742 + old "Attributes:" + new "Attributes:" + + # renpy/common/00director.rpy:1753 + old "Click to toggle attribute, right click to toggle negative attribute." + new "Click to toggle attribute, right click to toggle negative attribute." + + # renpy/common/00director.rpy:1765 + old "Transforms:" + new "Transforms:" + + # renpy/common/00director.rpy:1776 + old "Click to set transform, right click to add to transform list." + new "Click to set transform, right click to add to transform list." + + # renpy/common/00director.rpy:1777 + old "Customize director.transforms to add more transforms." + new "Customize director.transforms to add more transforms." + + # renpy/common/00director.rpy:1789 + old "Behind:" + new "Behind:" + + # renpy/common/00director.rpy:1800 + old "Click to set, right click to add to behind list." + new "Click to set, right click to add to behind list." + + # renpy/common/00director.rpy:1812 + old "Transition:" + new "Transition:" + + # renpy/common/00director.rpy:1822 + old "Click to set." + new "Click to set." + + # renpy/common/00director.rpy:1823 + old "Customize director.transitions to add more transitions." + new "Customize director.transitions to add more transitions." + + # renpy/common/00director.rpy:1835 + old "Channel:" + new "Channel:" + + # renpy/common/00director.rpy:1846 + old "Customize director.audio_channels to add more channels." + new "Customize director.audio_channels to add more channels." + + # renpy/common/00director.rpy:1858 + old "Audio Filename:" + new "Audio Filename:" + + # renpy/common/00gui.rpy:448 + old "Are you sure?" + new "Are you sure?" + + # renpy/common/00gui.rpy:449 + old "Are you sure you want to delete this save?" + new "Are you sure you want to delete this save?" + + # renpy/common/00gui.rpy:450 + old "Are you sure you want to overwrite your save?" + new "Are you sure you want to overwrite your save?" + + # renpy/common/00gui.rpy:451 + old "Loading will lose unsaved progress.\nAre you sure you want to do this?" + new "Loading will lose unsaved progress.\nAre you sure you want to do this?" + + # renpy/common/00gui.rpy:452 + old "Are you sure you want to quit?" + new "Are you sure you want to quit?" + + # renpy/common/00gui.rpy:453 + old "Are you sure you want to return to the main menu?\nThis will lose unsaved progress." + new "Are you sure you want to return to the main menu?\nThis will lose unsaved progress." + + # renpy/common/00gui.rpy:454 + old "Are you sure you want to continue where you left off?" + new "Are you sure you want to continue where you left off?" + + # renpy/common/00gui.rpy:455 + old "Are you sure you want to end the replay?" + new "Are you sure you want to end the replay?" + + # renpy/common/00gui.rpy:456 + old "Are you sure you want to begin skipping?" + new "Are you sure you want to begin skipping?" + + # renpy/common/00gui.rpy:457 + old "Are you sure you want to skip to the next choice?" + new "Are you sure you want to skip to the next choice?" + + # renpy/common/00gui.rpy:458 + old "Are you sure you want to skip unseen dialogue to the next choice?" + new "Are you sure you want to skip unseen dialogue to the next choice?" + + # renpy/common/00gui.rpy:459 + old "This save was created on a different device. Maliciously constructed save files can harm your computer. Do you trust this save's creator and everyone who could have changed the file?" + new "This save was created on a different device. Maliciously constructed save files can harm your computer. Do you trust this save's creator and everyone who could have changed the file?" + + # renpy/common/00gui.rpy:460 + old "Do you trust the device the save was created on? You should only choose yes if you are the device's sole user." + new "Do you trust the device the save was created on? You should only choose yes if you are the device's sole user." + + # renpy/common/00keymap.rpy:325 + old "Failed to save screenshot as %s." + new "Failed to save screenshot as %s." + + # renpy/common/00keymap.rpy:346 + old "Saved screenshot as %s." + new "Saved screenshot as %s." + + # renpy/common/00library.rpy:257 + old "Skip Mode" + new "Skip Mode" + + # renpy/common/00library.rpy:344 + old "This program contains free software under a number of licenses, including the MIT License and GNU Lesser General Public License. A complete list of software, including links to full source code, can be found {a=https://www.renpy.org/l/license}here{/a}." + new "This program contains free software under a number of licenses, including the MIT License and GNU Lesser General Public License. A complete list of software, including links to full source code, can be found {a=https://www.renpy.org/l/license}here{/a}." + + # renpy/common/00preferences.rpy:295 + old "display" + new "display" + + # renpy/common/00preferences.rpy:315 + old "transitions" + new "transitions" + + # renpy/common/00preferences.rpy:324 + old "skip transitions" + new "skip transitions" + + # renpy/common/00preferences.rpy:326 + old "video sprites" + new "video sprites" + + # renpy/common/00preferences.rpy:335 + old "show empty window" + new "show empty window" + + # renpy/common/00preferences.rpy:344 + old "text speed" + new "text speed" + + # renpy/common/00preferences.rpy:352 + old "joystick" + new "joystick" + + # renpy/common/00preferences.rpy:352 + old "joystick..." + new "joystick..." + + # renpy/common/00preferences.rpy:359 + old "skip" + new "skip" + + # renpy/common/00preferences.rpy:362 + old "skip unseen [text]" + new "skip unseen [text]" + + # renpy/common/00preferences.rpy:367 + old "skip unseen text" + new "skip unseen text" + + # renpy/common/00preferences.rpy:369 + old "begin skipping" + new "begin skipping" + + # renpy/common/00preferences.rpy:373 + old "after choices" + new "after choices" + + # renpy/common/00preferences.rpy:380 + old "skip after choices" + new "skip after choices" + + # renpy/common/00preferences.rpy:382 + old "auto-forward time" + new "auto-forward time" + + # renpy/common/00preferences.rpy:396 + old "auto-forward" + new "auto-forward" + + # renpy/common/00preferences.rpy:403 + old "Auto forward" + new "Auto forward" + + # renpy/common/00preferences.rpy:406 + old "auto-forward after click" + new "auto-forward after click" + + # renpy/common/00preferences.rpy:415 + old "automatic move" + new "automatic move" + + # renpy/common/00preferences.rpy:424 + old "wait for voice" + new "wait for voice" + + # renpy/common/00preferences.rpy:433 + old "voice sustain" + new "voice sustain" + + # renpy/common/00preferences.rpy:442 + old "self voicing" + new "self voicing" + + # renpy/common/00preferences.rpy:445 + old "self voicing enable" + new "self voicing enable" + + # renpy/common/00preferences.rpy:447 + old "self voicing disable" + new "self voicing disable" + + # renpy/common/00preferences.rpy:451 + old "self voicing volume drop" + new "self voicing volume drop" + + # renpy/common/00preferences.rpy:459 + old "clipboard voicing" + new "clipboard voicing" + + # renpy/common/00preferences.rpy:462 + old "clipboard voicing enable" + new "clipboard voicing enable" + + # renpy/common/00preferences.rpy:464 + old "clipboard voicing disable" + new "clipboard voicing disable" + + # renpy/common/00preferences.rpy:468 + old "debug voicing" + new "debug voicing" + + # renpy/common/00preferences.rpy:471 + old "debug voicing enable" + new "debug voicing enable" + + # renpy/common/00preferences.rpy:473 + old "debug voicing disable" + new "debug voicing disable" + + # renpy/common/00preferences.rpy:477 + old "emphasize audio" + new "emphasize audio" + + # renpy/common/00preferences.rpy:486 + old "rollback side" + new "rollback side" + + # renpy/common/00preferences.rpy:496 + old "gl powersave" + new "gl powersave" + + # renpy/common/00preferences.rpy:502 + old "gl framerate" + new "gl framerate" + + # renpy/common/00preferences.rpy:505 + old "gl tearing" + new "gl tearing" + + # renpy/common/00preferences.rpy:508 + old "font transform" + new "font transform" + + # renpy/common/00preferences.rpy:511 + old "font size" + new "font size" + + # renpy/common/00preferences.rpy:519 + old "font line spacing" + new "font line spacing" + + # renpy/common/00preferences.rpy:527 + old "system cursor" + new "system cursor" + + # renpy/common/00preferences.rpy:536 + old "renderer menu" + new "renderer menu" + + # renpy/common/00preferences.rpy:539 + old "accessibility menu" + new "accessibility menu" + + # renpy/common/00preferences.rpy:542 + old "high contrast text" + new "high contrast text" + + # renpy/common/00preferences.rpy:551 + old "audio when minimized" + new "audio when minimized" + + # renpy/common/00preferences.rpy:560 + old "audio when unfocused" + new "audio when unfocused" + + # renpy/common/00preferences.rpy:569 + old "web cache preload" + new "web cache preload" + + # renpy/common/00preferences.rpy:584 + old "voice after game menu" + new "voice after game menu" + + # renpy/common/00preferences.rpy:593 + old "restore window position" + new "restore window position" + + # renpy/common/00preferences.rpy:602 + old "mono audio" + new "mono audio" + + # renpy/common/00preferences.rpy:611 + old "font kerning" + new "font kerning" + + # renpy/common/00preferences.rpy:619 + old "reset" + new "reset" + + # renpy/common/00preferences.rpy:632 + old "main volume" + new "main volume" + + # renpy/common/00preferences.rpy:633 + old "music volume" + new "music volume" + + # renpy/common/00preferences.rpy:634 + old "sound volume" + new "sound volume" + + # renpy/common/00preferences.rpy:635 + old "voice volume" + new "voice volume" + + # renpy/common/00preferences.rpy:636 + old "mute main" + new "mute main" + + # renpy/common/00preferences.rpy:637 + old "mute music" + new "mute music" + + # renpy/common/00preferences.rpy:638 + old "mute sound" + new "mute sound" + + # renpy/common/00preferences.rpy:639 + old "mute voice" + new "mute voice" + + # renpy/common/00preferences.rpy:640 + old "mute all" + new "mute all" + + # renpy/common/00preferences.rpy:723 + old "Clipboard voicing enabled. Press 'shift+C' to disable." + new "Clipboard voicing enabled. Press 'shift+C' to disable." + + # renpy/common/00preferences.rpy:725 + old "Self-voicing would say \"[renpy.display.tts.last]\". Press 'alt+shift+V' to disable." + new "Self-voicing would say \"[renpy.display.tts.last]\". Press 'alt+shift+V' to disable." + + # renpy/common/00preferences.rpy:727 + old "Self-voicing enabled. Press 'v' to disable." + new "Self-voicing enabled. Press 'v' to disable." + + # renpy/common/00speechbubble.rpy:420 + old "Speech Bubble Editor" + new "Speech Bubble Editor" + + # renpy/common/00speechbubble.rpy:425 + old "(hide)" + new "(hide)" + + # renpy/common/00speechbubble.rpy:436 + old "(clear retained bubbles)" + new "(clear retained bubbles)" + + # renpy/common/00sync.rpy:70 + old "Sync downloaded." + new "Sync downloaded." + + # renpy/common/00sync.rpy:184 + old "Could not connect to the Ren'Py Sync server." + new "Could not connect to the Ren'Py Sync server." + + # renpy/common/00sync.rpy:186 + old "The Ren'Py Sync server timed out." + new "The Ren'Py Sync server timed out." + + # renpy/common/00sync.rpy:188 + old "An unknown error occurred while connecting to the Ren'Py Sync server." + new "An unknown error occurred while connecting to the Ren'Py Sync server." + + # renpy/common/00sync.rpy:204 + old "The Ren'Py Sync server does not have a copy of this sync. The sync ID may be invalid, or it may have timed out." + new "The Ren'Py Sync server does not have a copy of this sync. The sync ID may be invalid, or it may have timed out." + + # renpy/common/00sync.rpy:305 + old "Please enter the sync ID you generated.\nNever enter a sync ID you didn't create yourself." + new "Please enter the sync ID you generated.\nNever enter a sync ID you didn't create yourself." + + # renpy/common/00sync.rpy:324 + old "The sync ID is not in the correct format." + new "The sync ID is not in the correct format." + + # renpy/common/00sync.rpy:344 + old "The sync could not be decrypted." + new "The sync could not be decrypted." + + # renpy/common/00sync.rpy:367 + old "The sync belongs to a different game." + new "The sync belongs to a different game." + + # renpy/common/00sync.rpy:372 + old "The sync contains a file with an invalid name." + new "The sync contains a file with an invalid name." + + # renpy/common/00sync.rpy:425 + old "This will upload your saves to the {a=https://sync.renpy.org}Ren'Py Sync Server{/a}.\nDo you want to continue?" + new "This will upload your saves to the {a=https://sync.renpy.org}Ren'Py Sync Server{/a}.\nDo you want to continue?" + + # renpy/common/00sync.rpy:433 + old "Yes" + new "Yes" + + # renpy/common/00sync.rpy:434 + old "No" + new "No" + + # renpy/common/00sync.rpy:457 + old "Enter Sync ID" + new "Enter Sync ID" + + # renpy/common/00sync.rpy:468 + old "This will contact the {a=https://sync.renpy.org}Ren'Py Sync Server{/a}." + new "This will contact the {a=https://sync.renpy.org}Ren'Py Sync Server{/a}." + + # renpy/common/00sync.rpy:498 + old "Sync Success" + new "Sync Success" + + # renpy/common/00sync.rpy:501 + old "The Sync ID is:" + new "The Sync ID is:" + + # renpy/common/00sync.rpy:507 + old "You can use this ID to download your save on another device.\nThis sync will expire in an hour.\nRen'Py Sync is supported by {a=https://www.renpy.org/sponsors.html}Ren'Py's Sponsors{/a}." + new "You can use this ID to download your save on another device.\nThis sync will expire in an hour.\nRen'Py Sync is supported by {a=https://www.renpy.org/sponsors.html}Ren'Py's Sponsors{/a}." + + # renpy/common/00sync.rpy:511 + old "Continue" + new "Continue" + + # renpy/common/00sync.rpy:536 + old "Sync Error" + new "Sync Error" + + # renpy/common/00translation.rpy:63 + old "Translation identifier: [identifier]" + new "Translation identifier: [identifier]" + + # renpy/common/00translation.rpy:84 + old " translates [tl.filename]:[tl.linenumber]" + new " translates [tl.filename]:[tl.linenumber]" + + # renpy/common/00translation.rpy:101 + old "\n{color=#fff}Copied to clipboard.{/color}" + new "\n{color=#fff}Copied to clipboard.{/color}" + + # renpy/common/00iap.rpy:231 + old "Contacting App Store\nPlease Wait..." + new "Contacting App Store\nPlease Wait..." + + # renpy/common/00updater.rpy:415 + old "No update methods found." + new "No update methods found." + + # renpy/common/00updater.rpy:462 + old "Could not download file list: " + new "Could not download file list: " + + # renpy/common/00updater.rpy:465 + old "File list digest does not match." + new "File list digest does not match." + + # renpy/common/00updater.rpy:675 + old "An error is being simulated." + new "An error is being simulated." + + # renpy/common/00updater.rpy:863 + old "Either this project does not support updating, or the update status file was deleted." + new "Either this project does not support updating, or the update status file was deleted." + + # renpy/common/00updater.rpy:877 + old "This account does not have permission to perform an update." + new "This account does not have permission to perform an update." + + # renpy/common/00updater.rpy:880 + old "This account does not have permission to write the update log." + new "This account does not have permission to write the update log." + + # renpy/common/00updater.rpy:966 + old "Could not verify update signature." + new "Could not verify update signature." + + # renpy/common/00updater.rpy:1289 + old "The update file was not downloaded." + new "The update file was not downloaded." + + # renpy/common/00updater.rpy:1307 + old "The update file does not have the correct digest - it may have been corrupted." + new "The update file does not have the correct digest - it may have been corrupted." + + # renpy/common/00updater.rpy:1457 + old "While unpacking {}, unknown type {}." + new "While unpacking {}, unknown type {}." + + # renpy/common/00updater.rpy:1928 + old "Updater" + new "Updater" + + # renpy/common/00updater.rpy:1935 + old "An error has occurred:" + new "An error has occurred:" + + # renpy/common/00updater.rpy:1937 + old "Checking for updates." + new "Checking for updates." + + # renpy/common/00updater.rpy:1939 + old "This program is up to date." + new "This program is up to date." + + # renpy/common/00updater.rpy:1941 + old "[u.version] is available. Do you want to install it?" + new "[u.version] is available. Do you want to install it?" + + # renpy/common/00updater.rpy:1943 + old "Preparing to download the updates." + new "Preparing to download the updates." + + # renpy/common/00updater.rpy:1945 + old "Downloading the updates." + new "Downloading the updates." + + # renpy/common/00updater.rpy:1947 + old "Unpacking the updates." + new "Unpacking the updates." + + # renpy/common/00updater.rpy:1949 + old "Finishing up." + new "Finishing up." + + # renpy/common/00updater.rpy:1951 + old "The updates have been installed. The program will restart." + new "The updates have been installed. The program will restart." + + # renpy/common/00updater.rpy:1953 + old "The updates have been installed." + new "The updates have been installed." + + # renpy/common/00updater.rpy:1955 + old "The updates were cancelled." + new "The updates were cancelled." + + # renpy/common/00updater.rpy:1970 + old "Proceed" + new "Proceed" + + # renpy/common/00updater.rpy:1986 + old "Preparing to download the game data." + new "Preparing to download the game data." + + # renpy/common/00updater.rpy:1988 + old "Downloading the game data." + new "Downloading the game data." + + # renpy/common/00updater.rpy:1990 + old "The game data has been downloaded." + new "The game data has been downloaded." + + # renpy/common/00updater.rpy:1992 + old "An error occurred when trying to download game data:" + new "An error occurred when trying to download game data:" + + # renpy/common/00updater.rpy:1997 + old "This game cannot be run until the game data has been downloaded." + new "This game cannot be run until the game data has been downloaded." + + # renpy/common/00updater.rpy:2004 + old "Retry" + new "Retry" + + # renpy/common/00compat.rpy:467 + old "Fullscreen" + new "Fullscreen" + + # renpy/common/00gallery.rpy:676 + old "Image [index] of [count] locked." + new "Image [index] of [count] locked." + + # renpy/common/00gallery.rpy:696 + old "prev" + new "prev" + + # renpy/common/00gallery.rpy:697 + old "next" + new "next" + + # renpy/common/00gallery.rpy:698 + old "slideshow" + new "slideshow" + + # renpy/common/00gallery.rpy:699 + old "return" + new "return" + + # renpy/common/00gltest.rpy:89 + old "Renderer" + new "Renderer" + + # renpy/common/00gltest.rpy:91 + old "Automatically Choose" + new "Automatically Choose" + + # renpy/common/00gltest.rpy:96 + old "Force GL2 Renderer" + new "Force GL2 Renderer" + + # renpy/common/00gltest.rpy:101 + old "Force ANGLE2 Renderer" + new "Force ANGLE2 Renderer" + + # renpy/common/00gltest.rpy:106 + old "Force GLES2 Renderer" + new "Force GLES2 Renderer" + + # renpy/common/00gltest.rpy:110 + old "Gamepad" + new "Gamepad" + + # renpy/common/00gltest.rpy:112 + old "Enable (No Blocklist)" + new "Enable (No Blocklist)" + + # renpy/common/00gltest.rpy:126 + old "Calibrate" + new "Calibrate" + + # renpy/common/00gltest.rpy:135 + old "Powersave" + new "Powersave" + + # renpy/common/00gltest.rpy:145 + old "Framerate" + new "Framerate" + + # renpy/common/00gltest.rpy:147 + old "Screen" + new "Screen" + + # renpy/common/00gltest.rpy:151 + old "60" + new "60" + + # renpy/common/00gltest.rpy:155 + old "30" + new "30" + + # renpy/common/00gltest.rpy:159 + old "Tearing" + new "Tearing" + + # renpy/common/00gltest.rpy:171 + old "Changes will take effect the next time this program is run." + new "Changes will take effect the next time this program is run." + + # renpy/common/00gltest.rpy:178 + old "Quit" + new "Quit" + + # renpy/common/00gltest.rpy:207 + old "Performance Warning" + new "Performance Warning" + + # renpy/common/00gltest.rpy:212 + old "This computer is using software rendering." + new "This computer is using software rendering." + + # renpy/common/00gltest.rpy:214 + old "This game requires use of GL2 that can't be initialised." + new "This game requires use of GL2 that can't be initialised." + + # renpy/common/00gltest.rpy:216 + old "This computer has a problem displaying graphics: [problem]." + new "This computer has a problem displaying graphics: [problem]." + + # renpy/common/00gltest.rpy:220 + old "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display." + new "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display." + + # renpy/common/00gltest.rpy:224 + old "The {a=edit:1:log.txt}log.txt{/a} file may contain information to help you determine what is wrong with your computer." + new "The {a=edit:1:log.txt}log.txt{/a} file may contain information to help you determine what is wrong with your computer." + + # renpy/common/00gltest.rpy:229 + old "More details on how to fix this can be found in the {a=[url]}documentation{/a}." + new "More details on how to fix this can be found in the {a=[url]}documentation{/a}." + + # renpy/common/00gltest.rpy:234 + old "Continue, Show this warning again" + new "Continue, Show this warning again" + + # renpy/common/00gltest.rpy:238 + old "Continue, Don't show warning again" + new "Continue, Don't show warning again" + + # renpy/common/00gltest.rpy:246 + old "Change render options" + new "Change render options" + + # renpy/common/00gamepad.rpy:33 + old "Select Gamepad to Calibrate" + new "Select Gamepad to Calibrate" + + # renpy/common/00gamepad.rpy:36 + old "No Gamepads Available" + new "No Gamepads Available" + + # renpy/common/00gamepad.rpy:56 + old "Calibrating [name] ([i]/[total])" + new "Calibrating [name] ([i]/[total])" + + # renpy/common/00gamepad.rpy:60 + old "Press or move the '[control!s]' [kind]." + new "Press or move the '[control!s]' [kind]." + + # renpy/common/00gamepad.rpy:70 + old "Skip (A)" + new "Skip (A)" + + # renpy/common/00gamepad.rpy:73 + old "Back (B)" + new "Back (B)" + + # renpy/common/_errorhandling.rpym:758 + old "Open" + new "Open" + + # renpy/common/_errorhandling.rpym:760 + old "Opens the traceback.txt file in a text editor." + new "Opens the traceback.txt file in a text editor." + + # renpy/common/_errorhandling.rpym:762 + old "Copy BBCode" + new "Copy BBCode" + + # renpy/common/_errorhandling.rpym:764 + old "Copies the traceback.txt file to the clipboard as BBcode for forums like https://lemmasoft.renai.us/." + new "Copies the traceback.txt file to the clipboard as BBcode for forums like https://lemmasoft.renai.us/." + + # renpy/common/_errorhandling.rpym:766 + old "Copy Markdown" + new "Copy Markdown" + + # renpy/common/_errorhandling.rpym:768 + old "Copies the traceback.txt file to the clipboard as Markdown for Discord." + new "Copies the traceback.txt file to the clipboard as Markdown for Discord." + + # renpy/common/_errorhandling.rpym:800 + old "An exception has occurred." + new "An exception has occurred." + + # renpy/common/_errorhandling.rpym:829 + old "Rollback" + new "Rollback" + + # renpy/common/_errorhandling.rpym:831 + old "Attempts a roll back to a prior time, allowing you to save or choose a different choice." + new "Attempts a roll back to a prior time, allowing you to save or choose a different choice." + + # renpy/common/_errorhandling.rpym:834 + old "Ignore" + new "Ignore" + + # renpy/common/_errorhandling.rpym:838 + old "Ignores the exception, allowing you to continue." + new "Ignores the exception, allowing you to continue." + + # renpy/common/_errorhandling.rpym:840 + old "Ignores the exception, allowing you to continue. This often leads to additional errors." + new "Ignores the exception, allowing you to continue. This often leads to additional errors." + + # renpy/common/_errorhandling.rpym:844 + old "Reload" + new "Reload" + + # renpy/common/_errorhandling.rpym:846 + old "Reloads the game from disk, saving and restoring game state if possible." + new "Reloads the game from disk, saving and restoring game state if possible." + + # renpy/common/_errorhandling.rpym:849 + old "Console" + new "Console" + + # renpy/common/_errorhandling.rpym:851 + old "Opens a console to allow debugging the problem." + new "Opens a console to allow debugging the problem." + + # renpy/common/_errorhandling.rpym:864 + old "Quits the game." + new "Quits the game." + + # renpy/common/_errorhandling.rpym:886 + old "Parsing the script failed." + new "Parsing the script failed." + + # renpy/common/_developer/developer.rpym:39 + old "Developer Menu" + new "Developer Menu" + + # renpy/common/_developer/developer.rpym:44 + old "Interactive Director (D)" + new "Interactive Director (D)" + + # renpy/common/_developer/developer.rpym:46 + old "Reload Game (Shift+R)" + new "Reload Game (Shift+R)" + + # renpy/common/_developer/developer.rpym:48 + old "Console (Shift+O)" + new "Console (Shift+O)" + + # renpy/common/_developer/developer.rpym:50 + old "Variable Viewer" + new "Variable Viewer" + + # renpy/common/_developer/developer.rpym:52 + old "Persistent Viewer" + new "Persistent Viewer" + + # renpy/common/_developer/developer.rpym:54 + old "Image Location Picker" + new "Image Location Picker" + + # renpy/common/_developer/developer.rpym:56 + old "Filename List" + new "Filename List" + + # renpy/common/_developer/developer.rpym:60 + old "Show Image Load Log (F4)" + new "Show Image Load Log (F4)" + + # renpy/common/_developer/developer.rpym:63 + old "Hide Image Load Log (F4)" + new "Hide Image Load Log (F4)" + + # renpy/common/_developer/developer.rpym:66 + old "Image Attributes" + new "Image Attributes" + + # renpy/common/_developer/developer.rpym:70 + old "Show Translation Info" + new "Show Translation Info" + + # renpy/common/_developer/developer.rpym:73 + old "Hide Translation Info" + new "Hide Translation Info" + + # renpy/common/_developer/developer.rpym:78 + old "Speech Bubble Editor (Shift+B)" + new "Speech Bubble Editor (Shift+B)" + + # renpy/common/_developer/developer.rpym:82 + old "Show Filename and Line" + new "Show Filename and Line" + + # renpy/common/_developer/developer.rpym:85 + old "Hide Filename and Line" + new "Hide Filename and Line" + + # renpy/common/_developer/developer.rpym:141 + old "Layer [l]:" + new "Layer [l]:" + + # renpy/common/_developer/developer.rpym:144 + old " (transforms: [', '.join(transform_list)])" + new " (transforms: [', '.join(transform_list)])" + + # renpy/common/_developer/developer.rpym:148 + old " [name!q] [attributes!q] (hidden)" + new " [name!q] [attributes!q] (hidden)" + + # renpy/common/_developer/developer.rpym:152 + old " [name!q] [attributes!q]" + new " [name!q] [attributes!q]" + + # renpy/common/_developer/developer.rpym:205 + old "Nothing to inspect." + new "Nothing to inspect." + + # renpy/common/_developer/developer.rpym:216 + old "Hide deleted" + new "Hide deleted" + + # renpy/common/_developer/developer.rpym:216 + old "Show deleted" + new "Show deleted" + + # renpy/common/_developer/developer.rpym:367 + old "Rectangle copied to clipboard." + new "Rectangle copied to clipboard." + + # renpy/common/_developer/developer.rpym:370 + old "Position copied to clipboard." + new "Position copied to clipboard." + + # renpy/common/_developer/developer.rpym:382 + old "Rectangle: %r" + new "Rectangle: %r" + + # renpy/common/_developer/developer.rpym:385 + old "Mouse position: %r" + new "Mouse position: %r" + + # renpy/common/_developer/developer.rpym:390 + old "Right-click or escape to quit." + new "Right-click or escape to quit." + + # renpy/common/_developer/developer.rpym:440 + old "Type to filter: " + new "Type to filter: " + + # renpy/common/_developer/developer.rpym:556 + old "Textures: [tex_count] ([tex_size_mb:.1f] MB)" + new "Textures: [tex_count] ([tex_size_mb:.1f] MB)" + + # renpy/common/_developer/developer.rpym:560 + old "Image cache: [cache_pct:.1f]% ([cache_size_mb:.1f] MB)" + new "Image cache: [cache_pct:.1f]% ([cache_size_mb:.1f] MB)" + + # renpy/common/_developer/developer.rpym:570 + old "✔ " + new "✔ " + + # renpy/common/_developer/developer.rpym:573 + old "✘ " + new "✘ " + + # renpy/common/_developer/developer.rpym:578 + old "\n{color=#cfc}✔ predicted image (good){/color}\n{color=#fcc}✘ unpredicted image (bad){/color}\n{color=#fff}Drag to move.{/color}" + new "\n{color=#cfc}✔ predicted image (good){/color}\n{color=#fcc}✘ unpredicted image (bad){/color}\n{color=#fff}Drag to move.{/color}" + + # renpy/common/_developer/developer.rpym:628 + old "Click to open in editor." + new "Click to open in editor." + + # renpy/common/_developer/inspector.rpym:39 + old "Displayable Inspector" + new "Displayable Inspector" + + # renpy/common/_developer/inspector.rpym:62 + old "Size" + new "Size" + + # renpy/common/_developer/inspector.rpym:66 + old "Style" + new "Style" + + # renpy/common/_developer/inspector.rpym:72 + old "Location" + new "Location" + + # renpy/common/_developer/inspector.rpym:124 + old "Inspecting Styles of [displayable_name!q]" + new "Inspecting Styles of [displayable_name!q]" + + # renpy/common/_developer/inspector.rpym:141 + old "displayable:" + new "displayable:" + + # renpy/common/_developer/inspector.rpym:147 + old " (no properties affect the displayable)" + new " (no properties affect the displayable)" + + # renpy/common/_developer/inspector.rpym:149 + old " (default properties omitted)" + new " (default properties omitted)" + + # renpy/common/_developer/inspector.rpym:187 + old "" + new "" + + # renpy/common/00console.rpy:552 + old "Press to exit console. Type help for help.\n" + new "Press to exit console. Type help for help.\n" + + # renpy/common/00console.rpy:556 + old "Ren'Py script enabled." + new "Ren'Py script enabled." + + # renpy/common/00console.rpy:558 + old "Ren'Py script disabled." + new "Ren'Py script disabled." + + # renpy/common/00console.rpy:741 + old "The console is using short representations. To disable this, type 'long', and to re-enable, type 'short'" + new "The console is using short representations. To disable this, type 'long', and to re-enable, type 'short'" + + # renpy/common/00console.rpy:813 + old "help: show this help\n help : show signature and documentation of " + new "help: show this help\n help : show signature and documentation of " + + # renpy/common/00console.rpy:837 + old "Help may display undocumented functions. Please check that the function or\nclass you want to use is documented.\n\n" + new "Help may display undocumented functions. Please check that the function or\nclass you want to use is documented.\n\n" + + # renpy/common/00console.rpy:846 + old "commands:\n" + new "commands:\n" + + # renpy/common/00console.rpy:856 + old " : run the statement\n" + new " : run the statement\n" + + # renpy/common/00console.rpy:858 + old " : run the expression or statement" + new " : run the expression or statement" + + # renpy/common/00console.rpy:866 + old "clear: clear the console history" + new "clear: clear the console history" + + # renpy/common/00console.rpy:870 + old "exit: exit the console" + new "exit: exit the console" + + # renpy/common/00console.rpy:878 + old "stack: print the return stack" + new "stack: print the return stack" + + # renpy/common/00console.rpy:900 + old "load : loads the game from slot" + new "load : loads the game from slot" + + # renpy/common/00console.rpy:913 + old "save : saves the game in slot" + new "save : saves the game in slot" + + # renpy/common/00console.rpy:924 + old "reload: reloads the game, refreshing the scripts" + new "reload: reloads the game, refreshing the scripts" + + # renpy/common/00console.rpy:932 + old "watch : watch a python expression\n watch short: makes the representation of traced expressions short (default)\n watch long: makes the representation of traced expressions as is" + new "watch : watch a python expression\n watch short: makes the representation of traced expressions short (default)\n watch long: makes the representation of traced expressions as is" + + # renpy/common/00console.rpy:969 + old "unwatch : stop watching an expression" + new "unwatch : stop watching an expression" + + # renpy/common/00console.rpy:1015 + old "unwatchall: stop watching all expressions" + new "unwatchall: stop watching all expressions" + + # renpy/common/00console.rpy:1036 + old "jump