Bug fix
* Fixed phoenix petting/feeding chibi positions
This commit is contained in:
parent
1cccaaeb8d
commit
2a086ede4a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user