Comment limiter la variable Godot
#clamp(value, min, max)
num = clamp(num, 0, 3)
Crazy Caracal
#clamp(value, min, max)
num = clamp(num, 0, 3)