fix
* Hid image for mafkin chat until underlying code supports it.
This commit is contained in:
parent
3689ab53b9
commit
caa2e5153e
@ -810,11 +810,12 @@ label purchase_outfit(item):
|
||||
$ renpy.play("sounds/scribble.ogg")
|
||||
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
|
||||
#TODO uncomment once conversion for python 3 allows it
|
||||
#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."
|
||||
|
Loading…
Reference in New Issue
Block a user