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

Fix warning about InteractiveScreen's "uniform size" #311

Open
miskatonicstudio opened this issue Sep 4, 2023 · 0 comments
Open

Fix warning about InteractiveScreen's "uniform size" #311

miskatonicstudio opened this issue Sep 4, 2023 · 0 comments
Labels
category:interaction godot4 Aftermath of the Godot 4 migration refactoring Code structure has to be improved

Comments

@miskatonicstudio
Copy link
Owner

Godot v4 shows a warning for InteractiveScreens, because they use a scaled collision area (with original size 1x1 units) instead of a uniform one. However, the interaction with screens is based on their size being exactly 1x1.

This is not a high priority task, but if there is a way to fix the warning without breaking the interactive screens, it should be done.

@miskatonicstudio miskatonicstudio added refactoring Code structure has to be improved category:interaction godot4 Aftermath of the Godot 4 migration labels Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:interaction godot4 Aftermath of the Godot 4 migration refactoring Code structure has to be improved
Projects
None yet
Development

No branches or pull requests

1 participant