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
4.3 v4.4.dev.custom_build [92e51fc]
Fedora 40
The following script
@hello_world var test
will emit Annotation "@hello" is not allowed in this level. although @hello is not a valid annotation.
Annotation "@hello" is not allowed in this level.
@hello
Copy the script into Godot 4.3
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Tested versions
4.3
v4.4.dev.custom_build [92e51fc]
System information
Fedora 40
Issue description
The following script
will emit
Annotation "@hello" is not allowed in this level.
although@hello
is not a valid annotation.Steps to reproduce
Copy the script into Godot 4.3
Minimal reproduction project (MRP)
The text was updated successfully, but these errors were encountered: