Skip to content

Commit cb0cf5a

Browse files
committed
[Reviewed] [Button state] Fix effect being enable at the beginning
1 parent 8047961 commit cb0cf5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

extensions/reviewed/ButtonStates.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "ButtonStates",
1010
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/753a9a794bd885058159b7509f06f5a8f67f72decfccb9a1b0efee26f41c3c4c_gesture-tap-button.svg",
1111
"shortDescription": "Use any object as a button and change appearance according to user interactions.",
12-
"version": "1.4.0",
12+
"version": "1.4.1",
1313
"description": [
1414
"Use the \"Button states\" behavior to track user interactions with an object, including:",
1515
"",
@@ -2542,12 +2542,12 @@
25422542
},
25432543
{
25442544
"type": {
2545-
"value": "NumberVariable"
2545+
"value": "StringVariable"
25462546
},
25472547
"parameters": [
2548-
"EffectValue",
2548+
"TweenState",
25492549
"=",
2550-
"TweenTargetedValue"
2550+
"\"NoTween\""
25512551
]
25522552
}
25532553
],

0 commit comments

Comments
 (0)