forked from SilverStudioGames/WTS
Hotfix + drawing
This commit is contained in:
parent
1171cc81d5
commit
3689ab53b9
BIN
game/images/misc/geniedrawing.webp
(Stored with Git LFS)
Normal file
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
BIN
game/images/misc/paper.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -808,8 +808,14 @@ label purchase_outfit(item):
|
|||||||
maf "I'm referring to how you'd like the suit to be cut."
|
maf "I'm referring to how you'd like the suit to be cut."
|
||||||
gen "Right..." ("base", xpos="far_left", ypos="head")
|
gen "Right..." ("base", xpos="far_left", ypos="head")
|
||||||
$ 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") ("base", xpos="far_left", ypos="head")
|
gen "Well, if you could, I'd like something like this... *scribbles*." ("base", xpos="far_left", ypos="head")
|
||||||
#TODO show image
|
|
||||||
|
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 "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."
|
||||||
gen "Great!" ("base", xpos="far_left", ypos="head")
|
gen "Great!" ("base", xpos="far_left", ypos="head")
|
||||||
|
Loading…
Reference in New Issue
Block a user