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

ArrayImage is not supported #97

Open
FormularSumo opened this issue Sep 23, 2024 · 0 comments
Open

ArrayImage is not supported #97

FormularSumo opened this issue Sep 23, 2024 · 0 comments

Comments

@FormularSumo
Copy link

Using the following simple test case:

function love.load()
    test = love.graphics.newArrayImage({'image1.png', 'image2.png'})
end

Returns this error in both Chrome and Firefox, with the game crashing
image

When trying to use it in my game in the same way I do on native platforms, I get this slightly longer error message (also in both Firefox and Chrome)

image

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

No branches or pull requests

1 participant