Hotfix + drawing

This commit is contained in:
LoafyLemon 2022-09-29 15:04:51 +01:00
parent 1171cc81d5
commit 3689ab53b9
3 changed files with 14 additions and 2 deletions

BIN
game/images/misc/geniedrawing.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/misc/paper.webp (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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")