* Fixed phoenix petting/feeding chibi positions
This commit is contained in:
LoafyLemon 2024-05-15 19:49:14 +01:00
parent 1cccaaeb8d
commit 2a086ede4a

View File

@ -19,7 +19,7 @@ label phoenix_feed:
$ states.bird_fed = True
$ states.bird_fed_times += 1
call gen_chibi("grab_high", phoenix_OBJ.xpos, phoenix_OBJ.ypos+365, flip=False) # Note: Flip is inconsistent
call gen_chibi("grab_high", phoenix_OBJ.xpos//2, phoenix_OBJ.ypos//2+347, flip=False) # Note: Flip is inconsistent
with d3
pause .5
@ -51,7 +51,7 @@ label phoenix_pet:
if not states.bird_petted:
$ states.bird_petted = True
$ states.bird_petted_times += 1
call gen_chibi("petting", phoenix_OBJ.xpos, phoenix_OBJ.ypos+270, flip=False) # Note: Flip is inconsistent
call gen_chibi("petting", phoenix_OBJ.xpos//2, phoenix_OBJ.ypos-2, flip=False) # Note: Flip is inconsistent
with d3
pause .5