GDevelopApp / GDevelop-extensions

Repository of behaviors, actions, conditions and expressions to be used in GDevelop for creating games
https://gdevelop.io
MIT License
131 stars 53 forks source link

DraggableSliderControl different descriptions #484

Closed planktonfun closed 1 year ago

planktonfun commented 2 years ago

Describe the bug of the extension

DraggableSliderControl I was using it and noticed opposite results, I think the descriptions are mixed

To Reproduce

Steps to reproduce the behavior:

  1. Install DraggableSliderControl Extension
  2. Click extension
  3. Click Open in editor
  4. Check descriptions

Other details

D8H commented 2 years ago

I plead guilty. The UI doesn't change the selection to the copied function which confuse me every time and I modify the wrong one.

D8H commented 2 years ago

I opened this PR to reduce the risk of these kind of mistake:

planktonfun commented 2 years ago

Yup happened to me too, after duplicating functions, also why I switched to dark blue theme so the button highlights is more apparent

tristanbob commented 1 year ago

This was fixed here: https://github.com/GDevelopApp/GDevelop-extensions/pull/541

Thanks for reporting this!