We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just after cloning project, getting two errors when I open the project in Godot 4.
The text was updated successfully, but these errors were encountered:
Hey, I just came across the same issue. The problem is in this line:
PACgd/scripts/Level.gd
Line 10 in b99d9f7
It should just be $Camera instead of $Camera3D. I opened a pull request #7 !!
$Camera
$Camera3D
Sorry, something went wrong.
Hey, I just came across the same issue. The problem is in this line: PACgd/scripts/Level.gd Line 10 in b99d9f7 $Cole.camera = $Camera3D It should just be $Camera instead of $Camera3D. I opened a pull request #7 !!
Oh! Nice. Thank you very much!
Now your pull request just needs to be merge so I can close this. ;)
No branches or pull requests
Just after cloning project, getting two errors when I open the project in Godot 4.
The text was updated successfully, but these errors were encountered: