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

Update plugin to work with Godot 4 Beta 13+ #7

Merged

Conversation

Bitphreak
Copy link
Contributor

Godot 4 Beta 13 changed the required order of @ICON in relation to @Class. Annotations must appear before the thing they annotate.

This corrects the order resolving the issue for GD4 Beta 13, as this is the reverse of the required ordering for GD4 Beta 12 applying this means that the plugin will no longer work for installs of <= GD4 Beta 12,

See the following issues for more details:

The PR that introduces the change:

Godot 4 Beta 13 changed the required order of @ICON in relation to @Class.  Annotations must appear before the thing they annotate.

This corrects the order resolving the issue for GD4 Beta 13, as this is the reverse of the required ordering for GD4 Beta 12 applying this means that the plugin will no longer work for installs of <= GD4 Beta 12,

See the following issues for more details:
- godotengine/godot#71592
- godotengine/godot-docs#6629

The PR that introduces the change:
- godotengine/godot#67774
@Kubulambula Kubulambula merged commit 5198192 into Kubulambula:main Jan 22, 2023
@Kubulambula
Copy link
Owner

Thanks! ❤️

@Kubulambula Kubulambula added the bug Something isn't working label Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants