Skip to content

Commit

Permalink
Update fling game with new trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementPasteau committed Nov 28, 2023
1 parent 6531e2e commit ff1331b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions newIDE/app/resources/inAppTutorials/flingGame.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
"elementToHighlightId": "#add-asset-button",
"isTriggerFlickering": true,
"nextStepTrigger": {
"presenceOfElement": "#object-item-0"
"objectAddedInLayout": true
},
"tooltip": {
"description": {
Expand Down Expand Up @@ -565,7 +565,7 @@
{
"stepId": "CloseAssetStoreForProjectile",
"trigger": {
"presenceOfElement": "#object-item-1"
"objectAddedInLayout": true
}
}
]
Expand All @@ -581,7 +581,7 @@
"elementToHighlightId": "#add-asset-button",
"isTriggerFlickering": true,
"nextStepTrigger": {
"presenceOfElement": "#object-item-1"
"objectAddedInLayout": true
},
"mapProjectData": {
"projectile": "sceneLastObjectName:playScene"
Expand Down Expand Up @@ -710,7 +710,7 @@
{
"stepId": "CloseAssetStoreForTarget",
"trigger": {
"presenceOfElement": "#object-item-2"
"objectAddedInLayout": true
}
}
]
Expand All @@ -726,7 +726,7 @@
"elementToHighlightId": "#add-asset-button",
"isTriggerFlickering": true,
"nextStepTrigger": {
"presenceOfElement": "#object-item-2"
"objectAddedInLayout": true
},
"mapProjectData": {
"target": "sceneLastObjectName:playScene"
Expand Down Expand Up @@ -854,7 +854,7 @@
{
"stepId": "CloseAssetStoreForBlock",
"trigger": {
"presenceOfElement": "#object-item-3"
"objectAddedInLayout": true
}
}
]
Expand All @@ -870,7 +870,7 @@
"elementToHighlightId": "#add-asset-button",
"isTriggerFlickering": true,
"nextStepTrigger": {
"presenceOfElement": "#object-item-3"
"objectAddedInLayout": true
},
"mapProjectData": {
"block": "sceneLastObjectName:playScene"
Expand Down Expand Up @@ -1746,7 +1746,7 @@
{
"stepId": "CloseAssetStoreForBackground",
"trigger": {
"presenceOfElement": "#object-item-4"
"objectAddedInLayout": true
}
}
]
Expand All @@ -1762,7 +1762,7 @@
"elementToHighlightId": "#add-asset-button",
"isTriggerFlickering": true,
"nextStepTrigger": {
"presenceOfElement": "#object-item-4"
"objectAddedInLayout": true
},
"mapProjectData": {
"background": "sceneLastObjectName:playScene"
Expand Down Expand Up @@ -2000,7 +2000,7 @@
{
"stepId": "CloseAssetStoreForObstacle",
"trigger": {
"presenceOfElement": "#object-item-5"
"objectAddedInLayout": true
}
}
]
Expand All @@ -2016,7 +2016,7 @@
"elementToHighlightId": "#add-asset-button",
"isTriggerFlickering": true,
"nextStepTrigger": {
"presenceOfElement": "#object-item-5"
"objectAddedInLayout": true
},
"mapProjectData": {
"obstacle": "sceneLastObjectName:playScene"
Expand Down Expand Up @@ -2874,7 +2874,7 @@
{
"stepId": "CloseAssetStoreForGrabArea",
"trigger": {
"presenceOfElement": "#object-item-7"
"objectAddedInLayout": true
}
}
],
Expand All @@ -2891,7 +2891,7 @@
"elementToHighlightId": "#add-asset-button",
"isTriggerFlickering": true,
"nextStepTrigger": {
"presenceOfElement": "#object-item-7"
"objectAddedInLayout": true
},
"mapProjectData": {
"grabArea": "sceneLastObjectName:playScene"
Expand Down Expand Up @@ -3560,7 +3560,7 @@
{
"elementToHighlightId": "objectInObjectsList:background",
"nextStepTrigger": {
"presenceOfElement": "#objects-list [id^=object-item][data-global=true]"
"presenceOfElement": "#objects-list [data-global=true]"
},
"tooltip": {
"description": {
Expand Down Expand Up @@ -3872,7 +3872,7 @@
{
"elementToHighlightId": "objectInObjectsList:title",
"nextStepTrigger": {
"presenceOfElement": "#scene-editor[data-active=true] #object-item-2"
"objectAddedInLayout": true
},
"tooltip": {
"description": {
Expand Down

0 comments on commit ff1331b

Please sign in to comment.