diff --git a/extensions/reviewed/ButtonStates.json b/extensions/reviewed/ButtonStates.json index 7537a8095..33f73c9d1 100644 --- a/extensions/reviewed/ButtonStates.json +++ b/extensions/reviewed/ButtonStates.json @@ -9,7 +9,7 @@ "name": "ButtonStates", "previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/753a9a794bd885058159b7509f06f5a8f67f72decfccb9a1b0efee26f41c3c4c_gesture-tap-button.svg", "shortDescription": "Use any object as a button and change appearance according to user interactions.", - "version": "1.4.0", + "version": "1.4.1", "description": [ "Use the \"Button states\" behavior to track user interactions with an object, including:", "", @@ -2542,12 +2542,12 @@ }, { "type": { - "value": "NumberVariable" + "value": "StringVariable" }, "parameters": [ - "EffectValue", + "TweenState", "=", - "TweenTargetedValue" + "\"NoTween\"" ] } ],