4ian / GDevelop

🎮 Open-source, cross-platform 2D/3D/multiplayer game engine designed for everyone.
https://gdevelop.io
Other
10.83k stars 849 forks source link

Set color of light color parameter doesn't have a color picker #2816

Closed Midhil457 closed 3 years ago

Midhil457 commented 3 years ago

Describe the bug

Set color of light doesn't have a color picker for easily picking the color Color

To Reproduce

Steps to reproduce the behavior:

  1. Go to the event sheet
  2. Open the action editor
  3. Search for light and select set color of light action from the list
  4. See that a color picker is not there along side the second parameter

Other details

4ian commented 3 years ago

Thanks for reporting this, a parameter is not configured properly. I'll let Clément look at this. Hint, the Bitmap Text object is properly configured ;)
https://github.com/4ian/GDevelop/blob/18f22470ca65de7d9e6096bce5962556d376684b/Extensions/BitmapText/JsExtension.js#L240-L253

ClementPasteau commented 3 years ago

Thanks for reporting! It is now fixed.