I have a new question I have imputed the script "position += velocity * delta" as mentioned on the official Godot web page.
Exact quotes below:
"position += velocity * delta
position.x = clamp(position.x, 0, screen_size.x)
position.y = clamp(position.y, 0, screen_size.y)"
I got the error "error (33,1) Unexpected token: Identifier:position "
I am not sure what to do with this information.
Any help would be appreciated.
You guys are awesome