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
Reproducible in 4.2 through 4.3-rc2
Godot v4.3.rc2 - Windows 10.0.19045 - Vulkan (Forward+)
func _ready(): var sk=Skeleton2D.new() print('everything' in sk) print('balabala' in sk)
result: true true
run the code above
N/A
The text was updated successfully, but these errors were encountered:
Skeleton2D.{_set|_get}
Successfully merging a pull request may close this issue.
Tested versions
Reproducible in 4.2 through 4.3-rc2
System information
Godot v4.3.rc2 - Windows 10.0.19045 - Vulkan (Forward+)
Issue description
result: true true
Steps to reproduce
run the code above
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: