hey guys,
how do you limit variables in GDScript2?
In GDScript you just did "export (float, 0.0, 100.0) var speed = 16", but what now?