* Fied Snape's picture frame image position
This commit is contained in:
LoafyLemon 2022-06-30 20:03:43 +01:00
parent 39301f51ad
commit 3da96a8101
2 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,3 @@ init python:
if head_only:
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

View File

@ -190,3 +190,7 @@ screen genie_santa_chibi(x, y, flip=False):
tag genie_chibi
zorder 2
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