Fix Snape ypos head

This commit is contained in:
LoafyLemon 2024-05-16 17:39:18 +01:00
parent 344b6b67c9
commit 0ed0f9aa9f

View File

@ -25,9 +25,9 @@ init python:
# It's not ideal, but it's better than having to change all calls manually. # It's not ideal, but it's better than having to change all calls manually.
if states.sna.image.ypos in ("head", head_ypos): if states.sna.image.ypos in ("head", head_ypos):
xoffset = -25 xoffset = -25
yoffset = 150 yoffset = 0
else: else:
xoffset = -50 xoffset = 0
yoffset = 0 yoffset = 0
if face: if face: