forked from SilverStudioGames/WTS
Bug fix
* Fied Snape's picture frame image position
This commit is contained in:
parent
39301f51ad
commit
3da96a8101
@ -68,7 +68,3 @@ init python:
|
|||||||
|
|
||||||
if head_only:
|
if head_only:
|
||||||
renpy.hide(name=tag, layer=layer)
|
renpy.hide(name=tag, layer=layer)
|
||||||
|
|
||||||
screen snape_picture_frame():
|
|
||||||
add "characters/snape/main/picture_frame.webp" xpos snape_xpos ypos snape_ypos xzoom snape_flip zoom 0.5
|
|
||||||
zorder snape_zorder+1
|
|
||||||
|
@ -190,3 +190,7 @@ screen genie_santa_chibi(x, y, flip=False):
|
|||||||
tag genie_chibi
|
tag genie_chibi
|
||||||
zorder 2
|
zorder 2
|
||||||
add "characters/misc/santa/santa_chibi.webp" pos (x,y) zoom 0.5 xzoom (-1 if flip else 1)
|
add "characters/misc/santa/santa_chibi.webp" pos (x,y) zoom 0.5 xzoom (-1 if flip else 1)
|
||||||
|
|
||||||
|
screen snape_picture_frame():
|
||||||
|
add "characters/snape/main/picture_frame.webp" xpos snape_xpos ypos snape_ypos xzoom snape_flip zoom 0.5 xoffset -50
|
||||||
|
zorder snape_zorder+1
|
||||||
|
Loading…
Reference in New Issue
Block a user