This seems… wrong! 😅 You can drop linear velocity only into the comparison dropdown in the middle (which seems like it shouldn't be a drop target), while you can drop angular velocity into either int spot in addition to the comparison dropdown spot.
@cassidyjames thanks! 2 things are happening here:
the comparison in the middle should not support dropping anything on it
the IF conditional is currently inflexible, it only supports integer values. The angular velocity is an integer (or a float that can be converted to an integer). But the linear velocity is a Vector2 value.
What Happened
This seems… wrong! 😅 You can drop linear velocity only into the comparison dropdown in the middle (which seems like it shouldn't be a drop target), while you can drop angular velocity into either int spot in addition to the comparison dropdown spot.
Screencast from 2024-07-26 15-25-59.webm
How to Reproduce
Block Coding Plugin Version
v0.6.1
Godot Engine Version
v4.2.2.stable.flathub [15073afe3]
Operating System
Fedora Silverblue 40
Logs or command-line output
No response
Anything else?
Shout out to the built-in GNOME Shell screen recorder for making this pretty easy to record. :)