Skip to content

Commit

Permalink
Add missing bf anims (#276)
Browse files Browse the repository at this point in the history
* Update bf.xml

add some missing bf anims

* fixed offsets and cleaner bf's xml file

---------

Co-authored-by: ⍚~Nex <[email protected]>
  • Loading branch information
Itzbeepi77 and NexIsDumb authored May 31, 2024
1 parent 71b7daa commit be55696
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/data/characters/bf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@
<anim name="singDOWNmiss" anim="BF NOTE DOWN MISS" fps="24" loop="false" x="-11" y="-19"/>
<anim name="hey" anim="BF HEY" fps="24" loop="false" x="7" y="4"/>
<anim name="scared" anim="BF idle shaking" fps="24" loop="true" x="-4" y="0"/>
</character>
<anim name="hit" anim="BF hit" fps="24" loop="false" x="13" y="19"/>
<anim name="pre-attack" anim="bf pre attack" fps="24" loop="false" x="-47" y="-36"/>
<anim name="attack" anim="boyfriend attack" fps="24" loop="false" x="289" y="270"/>
<anim name="dodge" anim="boyfriend dodge" fps="24" loop="false" x="-7" y="-15"/>
</character>

0 comments on commit be55696

Please sign in to comment.