Skip to content

Commit

Permalink
Update to v0.10
Browse files Browse the repository at this point in the history
Fixed missing BlockHit to BashInto Transition for player
  • Loading branch information
max-su-2019 committed Apr 29, 2023
1 parent 55b1ae6 commit 4fb4b56
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 5 deletions.
34 changes: 30 additions & 4 deletions behaviors/1hm_behavior.hkx
Original file line number Diff line number Diff line change
Expand Up @@ -121773,7 +121773,7 @@
<hkparam name="behaviorName">Behaviors\maxsuBlockHit_behavior.hkx</hkparam>
</hkobject>
<hkobject name="#4902" class="hkbStateMachineTransitionInfoArray" signature="0xe397b11e">
<hkparam name="transitions" numelements="5">
<hkparam name="transitions" numelements="6">
<hkobject>
<hkparam name="triggerInterval">
<hkobject>
Expand Down Expand Up @@ -121870,13 +121870,13 @@
</hkobject>
</hkparam>
<hkparam name="transition">#2789</hkparam>
<hkparam name="condition">null</hkparam>
<hkparam name="condition">#2815</hkparam>
<hkparam name="eventId">43</hkparam>
<hkparam name="toStateId">2</hkparam>
<hkparam name="fromNestedStateId">0</hkparam>
<hkparam name="toNestedStateId">0</hkparam>
<hkparam name="toNestedStateId">1</hkparam>
<hkparam name="priority">1</hkparam>
<hkparam name="flags">0</hkparam>
<hkparam name="flags">FLAG_TO_NESTED_STATE_ID_IS_VALID</hkparam>
</hkobject>
<hkobject>
<hkparam name="triggerInterval">
Expand Down Expand Up @@ -121904,6 +121904,32 @@
<hkparam name="priority">1</hkparam>
<hkparam name="flags">FLAG_TO_NESTED_STATE_ID_IS_VALID</hkparam>
</hkobject>
<hkobject>
<hkparam name="triggerInterval">
<hkobject>
<hkparam name="enterEventId">-1</hkparam>
<hkparam name="exitEventId">-1</hkparam>
<hkparam name="enterTime">0.000000</hkparam>
<hkparam name="exitTime">0.000000</hkparam>
</hkobject>
</hkparam>
<hkparam name="initiateInterval">
<hkobject>
<hkparam name="enterEventId">-1</hkparam>
<hkparam name="exitEventId">-1</hkparam>
<hkparam name="enterTime">0.000000</hkparam>
<hkparam name="exitTime">0.000000</hkparam>
</hkobject>
</hkparam>
<hkparam name="transition">#2789</hkparam>
<hkparam name="condition">#2812</hkparam>
<hkparam name="eventId">43</hkparam>
<hkparam name="toStateId">2</hkparam>
<hkparam name="fromNestedStateId">0</hkparam>
<hkparam name="toNestedStateId">0</hkparam>
<hkparam name="priority">1</hkparam>
<hkparam name="flags">0</hkparam>
</hkobject>
</hkparam>
</hkobject>
<hkobject name="#4903" class="hkbExpressionCondition" signature="0x1c3c1045">
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"Version": 0.07
"Version": 0.10
}

0 comments on commit 4fb4b56

Please sign in to comment.