Fix Snape ypos head
This commit is contained in:
parent
344b6b67c9
commit
0ed0f9aa9f
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user