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

Add Gui Handlers #66

Merged
merged 16 commits into from
Jun 18, 2024
Merged

Add Gui Handlers #66

merged 16 commits into from
Jun 18, 2024

Conversation

9thAzure
Copy link
Owner

Adds a base handler for other handlers to extend off of. Currently, the only handler implemented is the one that handles size and offset_rotation. The plugin.gd script is used to manage the appearance of these handlers.

The handler appears as a pentagon in order to differentiate from the Polygon2D node's handlers, which the plugin's handlers appear behind of. These nodes still have an issue where, if the _draw is used, it still tries to add nodes for a polygon by default.

@9thAzure 9thAzure added the enhancement New feature or request label Jun 18, 2024
@9thAzure 9thAzure changed the base branch from main to dev June 18, 2024 16:29
@9thAzure 9thAzure merged commit bc7302a into dev Jun 18, 2024
@9thAzure 9thAzure deleted the gui_editor branch June 18, 2024 16:41
@9thAzure 9thAzure mentioned this pull request Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant