Skip to content

Commit

Permalink
Fixes quick custom (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementPasteau authored Sep 23, 2024
1 parent 9ab7ab9 commit 18023dc
Showing 1 changed file with 65 additions and 8 deletions.
73 changes: 65 additions & 8 deletions examples/3d-road-crosser/3d-road-crosser.json
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@
"GridСellSize": 100,
"JumpDuration": 0.2,
"propertiesQuickCustomizationVisibilities": {
"GridСellSize": "visible",
"GridСellSize": "hidden",
"JumpDownDuration": "hidden",
"JumpHeight": "visible",
"JumpUpDuration": "visible",
Expand Down Expand Up @@ -1359,7 +1359,23 @@
"DownwardSpeedMax": 9000,
"OldX": 9000.000000007454,
"OldY": 9000.000000007454,
"IsCalledManually": false
"IsCalledManually": false,
"propertiesQuickCustomizationVisibilities": {
"DownwardSpeed": "hidden",
"DownwardSpeedMax": "hidden",
"FollowOnX": "hidden",
"FollowOnY": "hidden",
"LeftwardSpeed": "hidden",
"LeftwardSpeedMax": "hidden",
"LogDownwardSpeed": "hidden",
"LogLeftwardSpeed": "hidden",
"LogRightwardSpeed": "hidden",
"LogUpwardSpeed": "hidden",
"RightwardSpeed": "hidden",
"RightwardSpeedMax": "hidden",
"UpwardSpeed": "hidden",
"UpwardSpeedMax": "hidden"
}
},
{
"name": "Tween",
Expand Down Expand Up @@ -2770,7 +2786,7 @@
}
},
{
"assetStoreId": "6c11ec3e5c227cd902f9eec1a34a9c96e02229fd28657b768567531ca7ceed94",
"assetStoreId": "595ad91855b17f75ff78bc52a044a125d46ef868a77dc2a5f3bf1b7a65a1ae56",
"name": "Cat",
"type": "Scene3D::Model3DObject",
"variables": [
Expand All @@ -2793,7 +2809,7 @@
"JumpDuration": 0.2,
"RotateDuration": 0.1,
"propertiesQuickCustomizationVisibilities": {
"GridСellSize": "visible",
"GridСellSize": "hidden",
"JumpDownDuration": "hidden",
"JumpHeight": "visible",
"JumpUpDuration": "visible",
Expand Down Expand Up @@ -2852,7 +2868,23 @@
"DownwardSpeedMax": 9000,
"OldX": 9000.000000007454,
"OldY": 9000.000000007454,
"IsCalledManually": false
"IsCalledManually": false,
"propertiesQuickCustomizationVisibilities": {
"DownwardSpeed": "hidden",
"DownwardSpeedMax": "hidden",
"FollowOnX": "hidden",
"FollowOnY": "hidden",
"LeftwardSpeed": "hidden",
"LeftwardSpeedMax": "hidden",
"LogDownwardSpeed": "hidden",
"LogLeftwardSpeed": "hidden",
"LogRightwardSpeed": "hidden",
"LogUpwardSpeed": "hidden",
"RightwardSpeed": "hidden",
"RightwardSpeedMax": "hidden",
"UpwardSpeed": "hidden",
"UpwardSpeedMax": "hidden"
}
},
{
"name": "Tween",
Expand Down Expand Up @@ -3067,7 +3099,7 @@
]
},
{
"assetStoreId": "6c11ec3e5c227cd902f9eec1a34a9c96e02229fd28657b768567531ca7ceed94",
"assetStoreId": "127a25bef7c32c947058fde5bd5a5c25e55ff8aae2dd3e1d06082e9c60007b66",
"name": "Dog",
"type": "Scene3D::Model3DObject",
"variables": [
Expand All @@ -3088,7 +3120,16 @@
"JumpHeight": 70,
"GridСellSize": 100,
"JumpDuration": 0.2,
"RotateDuration": 0.1
"RotateDuration": 0.1,
"propertiesQuickCustomizationVisibilities": {
"GridСellSize": "hidden",
"JumpDownDuration": "hidden",
"JumpHeight": "visible",
"JumpUpDuration": "visible",
"Object3D": "hidden",
"RotateDuration": "hidden",
"TweenBehavior": "hidden"
}
},
{
"name": "SmoothCamera",
Expand Down Expand Up @@ -3140,7 +3181,23 @@
"DownwardSpeedMax": 9000,
"OldX": 9000.000000007454,
"OldY": 9000.000000007454,
"IsCalledManually": false
"IsCalledManually": false,
"propertiesQuickCustomizationVisibilities": {
"DownwardSpeed": "hidden",
"DownwardSpeedMax": "hidden",
"FollowOnX": "hidden",
"FollowOnY": "hidden",
"LeftwardSpeed": "hidden",
"LeftwardSpeedMax": "hidden",
"LogDownwardSpeed": "hidden",
"LogLeftwardSpeed": "hidden",
"LogRightwardSpeed": "hidden",
"LogUpwardSpeed": "hidden",
"RightwardSpeed": "hidden",
"RightwardSpeedMax": "hidden",
"UpwardSpeed": "hidden",
"UpwardSpeedMax": "hidden"
}
},
{
"name": "Tween",
Expand Down

0 comments on commit 18023dc

Please sign in to comment.