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

Repeated images' size #6

Open
domi41 opened this issue Mar 7, 2022 · 1 comment
Open

Repeated images' size #6

domi41 opened this issue Mar 7, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@domi41
Copy link
Collaborator

domi41 commented Mar 7, 2022

Non-power-of-2 repeating textures may not display correctly on some platforms such as HTML5. This is because GLES2 does not mandate support for non-power-of-2 repeating textures.


WARNING: res://addons/laec-is-you/ide/editor_grid.png: Imported a repeating texture with a size of 130x98, but the project is configured to use GLES2.
WARNING: res://sprites/background/paint_stains_dark_filled.png: Imported a repeating texture with a size of 1920x1080, but the project is configured to use GLES2.
WARNING: res://sprites/background/paint_stains_black_and_white_blurry.png: Imported a repeating texture with a size of 1920x1080, but the project is configured to use GLES2.
WARNING: res://sprites/background/paint_stains_black_and_white.png: Imported a repeating texture with a size of 1920x1080, but the project is configured to use GLES2.
@domi41 domi41 added the bug Something isn't working label Mar 7, 2022
@domi41 domi41 changed the title paint_stains_black_and_white image size Repeated images' size Mar 7, 2022
@domi41
Copy link
Collaborator Author

domi41 commented Mar 8, 2022

I fixed res://addons/laec-is-you/ide/editor_grid.png. The other ones are not as straightforward to fix.

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

No branches or pull requests

1 participant