* Hid image for mafkin chat until underlying code supports it.
This commit is contained in:
Johnny 2022-09-29 21:07:25 +02:00
parent 3689ab53b9
commit caa2e5153e
1 changed files with 6 additions and 5 deletions

View File

@ -810,11 +810,12 @@ label purchase_outfit(item):
$ renpy.play("sounds/scribble.ogg") $ renpy.play("sounds/scribble.ogg")
gen "Well, if you could, I'd like something like this... *scribbles*." ("base", xpos="far_left", ypos="head") 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 #TODO uncomment once conversion for python 3 allows it
with d5 #show image Transform(Fixed("paper", "geniedrawing", fit_first=True), align=(0.5, 0.5), zoom=0.5) as drawing
call ctc #with d5
hide drawing #call ctc
with d5 #hide drawing
#with d5
maf "I see..." maf "I see..."
maf "Well, I suppose, with a couple adjustments... Something like that should be doable." maf "Well, I suppose, with a couple adjustments... Something like that should be doable."