abhimonk
abhimonk
Getting the following error when trying to go to the webpage returned by "npx http-server" serving my index.html: Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client...
My game does not use any joystick-related functionality, it only uses love.keypressed and love.keyreleased. When building (using the -c flag) and running in firefox, I get the following error in...
When heightmap terrain is upsampled past its available data, it appears to "sink" into the ground and decrease in height with each upsampling. Here is a gif of the issue:...