Skip to content
New issue

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

Skeleton2d node seems to know everything #95117

Closed
phymagi opened this issue Aug 4, 2024 · 0 comments · Fixed by #95124
Closed

Skeleton2d node seems to know everything #95117

phymagi opened this issue Aug 4, 2024 · 0 comments · Fixed by #95124

Comments

@phymagi
Copy link

phymagi commented Aug 4, 2024

Tested versions

Reproducible in 4.2 through 4.3-rc2

System information

Godot v4.3.rc2 - Windows 10.0.19045 - Vulkan (Forward+)

Issue description

func _ready():
	var sk=Skeleton2D.new()
	print('everything' in sk)
	print('balabala' in sk)

result: true true

Steps to reproduce

run the code above

Minimal reproduction project (MRP)

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants