Skip to content

Commit

Permalink
Update a behavior name.
Browse files Browse the repository at this point in the history
  • Loading branch information
D8H committed Sep 20, 2024
1 parent 19f968a commit cc89759
Showing 1 changed file with 36 additions and 17 deletions.
53 changes: 36 additions & 17 deletions examples/3d-bomber-bunny/3d-bomber-bunny.json
Original file line number Diff line number Diff line change
Expand Up @@ -840,11 +840,16 @@
"FlashDuration": 0
},
{
"name": "PlayerModel",
"name": "PlayerAnimator",
"type": "Player::PlayerAnimator",
"Tween": "Tween",
"Tween3D": "Tween3D",
"Flash": "Flash"
"Flash": "Flash",
"MovementAngle": 90,
"State": "Alive",
"Angle": 90,
"ExplosionDirectionX": 0,
"ExplosionDirectionY": 0
},
{
"name": "Tween",
Expand Down Expand Up @@ -1109,11 +1114,16 @@
"FlashDuration": 0
},
{
"name": "PlayerModel",
"name": "PlayerAnimator",
"type": "Player::PlayerAnimator",
"Tween": "Tween",
"Tween3D": "Tween3D",
"Flash": "Flash"
"Flash": "Flash",
"MovementAngle": 90,
"State": "Alive",
"Angle": 90,
"ExplosionDirectionX": 0,
"ExplosionDirectionY": 0
},
{
"name": "Tween",
Expand Down Expand Up @@ -1378,11 +1388,16 @@
"FlashDuration": 0
},
{
"name": "PlayerModel",
"name": "PlayerAnimator",
"type": "Player::PlayerAnimator",
"Tween": "Tween",
"Tween3D": "Tween3D",
"Flash": "Flash"
"Flash": "Flash",
"MovementAngle": 90,
"State": "Alive",
"Angle": 90,
"ExplosionDirectionX": 0,
"ExplosionDirectionY": 0
},
{
"name": "Tween",
Expand Down Expand Up @@ -1647,11 +1662,16 @@
"FlashDuration": 0
},
{
"name": "PlayerModel",
"name": "PlayerAnimator",
"type": "Player::PlayerAnimator",
"Tween": "Tween",
"Tween3D": "Tween3D",
"Flash": "Flash"
"Flash": "Flash",
"MovementAngle": 90,
"State": "Alive",
"Angle": 90,
"ExplosionDirectionX": 0,
"ExplosionDirectionY": 0
},
{
"name": "Tween",
Expand Down Expand Up @@ -3732,7 +3752,7 @@
},
"parameters": [
"PlayerModel",
"PlayerModel",
"PlayerAnimator",
"Explosion",
"ExplosionBehavior",
"Player",
Expand Down Expand Up @@ -3840,7 +3860,7 @@
},
"parameters": [
"PlayerModel",
"PlayerModel",
"PlayerAnimator",
""
]
}
Expand Down Expand Up @@ -3903,7 +3923,7 @@
},
"parameters": [
"PlayerModel",
"PlayerModel",
"PlayerAnimator",
""
]
}
Expand Down Expand Up @@ -4094,7 +4114,7 @@
},
"parameters": [
"PlayerModel",
"PlayerModel",
"PlayerAnimator",
"Player",
"PlayerBehavior",
"TopDownMovement",
Expand Down Expand Up @@ -4228,13 +4248,12 @@
"type": "OpacityCapability::OpacityBehavior"
},
{
"name": "PlayerBehavior",
"type": "Player::PlayerBehavior"
"name": "PlayerAnimator",
"type": "Player::PlayerAnimator"
},
{
"name": "PlayerModel",
"type": "Player::PlayerAnimator",
"MovementAngle": 90
"name": "PlayerBehavior",
"type": "Player::PlayerBehavior"
},
{
"name": "RemapForTopdown",
Expand Down

0 comments on commit cc89759

Please sign in to comment.