From 3689ab53b90995bac03ead430ffa7b8eca072b0e Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Thu, 29 Sep 2022 15:04:51 +0100 Subject: [PATCH] Hotfix + drawing --- game/images/misc/geniedrawing.webp | 3 +++ game/images/misc/paper.webp | 3 +++ game/scripts/shops/dress/chitchats.rpy | 10 ++++++++-- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 game/images/misc/geniedrawing.webp create mode 100644 game/images/misc/paper.webp diff --git a/game/images/misc/geniedrawing.webp b/game/images/misc/geniedrawing.webp new file mode 100644 index 00000000..dd58480a --- /dev/null +++ b/game/images/misc/geniedrawing.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b10bdc01f5ef664f665db8d95e83b706261727471aa32111fb0ad55e2b8f613 +size 60274 diff --git a/game/images/misc/paper.webp b/game/images/misc/paper.webp new file mode 100644 index 00000000..e607acf8 --- /dev/null +++ b/game/images/misc/paper.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d44a7e06d923e0fa7ffac5fee4a83a279be50e339326b605c4f4e1fd39a2751 +size 164782 diff --git a/game/scripts/shops/dress/chitchats.rpy b/game/scripts/shops/dress/chitchats.rpy index 6cd6872e..98b0052b 100644 --- a/game/scripts/shops/dress/chitchats.rpy +++ b/game/scripts/shops/dress/chitchats.rpy @@ -808,8 +808,14 @@ label purchase_outfit(item): maf "I'm referring to how you'd like the suit to be cut." gen "Right..." ("base", xpos="far_left", ypos="head") $ renpy.play("sounds/scribble.ogg") - gen "Well, if you could, I'd like something like this... *scribbles*." ("base", xpos="far_left", ypos="head") ("base", xpos="far_left", ypos="head") - #TODO show image + gen "Well, if you could, I'd like something like this... *scribbles*." ("base", xpos="far_left", ypos="head") + + show image Transform(Fixed("paper", "geniedrawing", fit_first=True), align=(0.5, 0.5), zoom=0.5) as drawing + with d5 + call ctc + hide drawing + with d5 + maf "I see..." maf "Well, I suppose, with a couple adjustments... Something like that should be doable." gen "Great!" ("base", xpos="far_left", ypos="head")