I have a problem with my code, it dose not identify Vektor2 as a current scope. What should I do?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By GhostBite

I just started using Godot, and I was following this tutorial on how to get started. But halfway through I had a problem because it tells me that my Vektor 2 for the position is not declared in the current scope.

It is probably just a beginners problem but it would be nice if someone could help me :frowning:

your picture didn’t load

sry295 | 2022-04-07 02:56

:bust_in_silhouette: Reply From: olek0

You misspelt Vector2.

It should be Vector2 and not Vektor2.