4ian / GDevelop

:video_game: Open-source, cross-platform game engine designed to be used by everyone.
https://gdevelop.io
Other
6.4k stars 717 forks source link

Platformer Deacceleration shows the wrong tooltip #6490

Closed MTSyntho closed 1 month ago

MTSyntho commented 2 months ago

Is there an existing issue for this?

Describe the bug

I was trying to figure out what number to use for deacceleration however I noticed it has the same tooltip as Acceleration.

Acceleration: image

Deacceleration: image

Steps to reproduce

  1. Open any object's behavior panel in their edit properties window
  2. Create a new behavior and select 'Platformer Character'
  3. Scroll to 'Walk', it shows 2 text boxes named Acceleration & Deacceleration.
  4. Hover your cursor over 'px • s-2' and it should show a tooltip (i think it's called) image

GDevelop platform

Desktop

GDevelop version

5.3.195

Platform info

*OS (e.g. Windows, Linux, macOS, Android, iOS)* > Windows *OS Version (e.g. Windows 10, macOS 10.15)* > Windows 11

Additional context

No response

D8H commented 1 month ago

A deceleration is a negative acceleration. They both share the same unit of measurement.