David Amador
· 47w
somehow completely missed until now that GDScript does't allow ++ and -- operators, and ++VARIABLE is not a compile error but doesn't increment either. += 1 would be the solution here. Is this only co...
@nprofile1q... As long as `x = ++y` is an error then (is it?) 🤔