File tree 1 file changed +36
-7
lines changed
1 file changed +36
-7
lines changed Original file line number Diff line number Diff line change 4749
4749
"conditions": [
4750
4750
{
4751
4751
"type": {
4752
- "value": "Collision3D::AreWithinDistance "
4752
+ "value": "Physics3D::CollisionStarted "
4753
4753
},
4754
4754
"parameters": [
4755
4755
"Character",
4756
- "Character ",
4756
+ "Physics3D ",
4757
4757
"Crab",
4758
- "100 ",
4758
+ "Physics3D ",
4759
4759
""
4760
4760
]
4761
4761
}
4767
4767
"conditions": [
4768
4768
{
4769
4769
"type": {
4770
- "value": "Physics3D::PhysicsCharacter3D::IsFalling "
4770
+ "value": "BuiltinCommonInstructions::Or "
4771
4771
},
4772
- "parameters": [
4773
- "Character",
4774
- "PhysicsCharacter3D"
4772
+ "parameters": [],
4773
+ "subInstructions": [
4774
+ {
4775
+ "type": {
4776
+ "value": "Physics3D::IsObjectOnGivenFloor"
4777
+ },
4778
+ "parameters": [
4779
+ "Character",
4780
+ "PhysicsCharacter3D",
4781
+ "Crab",
4782
+ "Physics3D",
4783
+ ""
4784
+ ]
4785
+ },
4786
+ {
4787
+ "type": {
4788
+ "value": "Physics3D::PhysicsCharacter3D::IsFalling"
4789
+ },
4790
+ "parameters": [
4791
+ "Character",
4792
+ "PhysicsCharacter3D"
4793
+ ]
4794
+ }
4775
4795
]
4776
4796
}
4777
4797
],
4778
4798
"actions": [
4799
+ {
4800
+ "type": {
4801
+ "value": "AjoutObjConcern"
4802
+ },
4803
+ "parameters": [
4804
+ "",
4805
+ "Crab"
4806
+ ]
4807
+ },
4779
4808
{
4780
4809
"type": {
4781
4810
"value": "Crab::Flatten"
You can’t perform that action at this time.
0 commit comments