Usually wouldn’t submit a devlog this small, but I fixed the game not running in my browser by turning the music to a .ogg file instead of .wav
Log in to leave a comment
Hi everyone!
Im making a plane game where you steer the plane with your hands while avoiding items. Today I added a menu made some of my own music and assets, and added some scrolling background FINALLY. I also tried to debug why my built file will work by itself in the browser but when I iframe it into another html page it won’t work.
Also, if anyone has some recommendations on a good (free) music or sprite software that would be a great help :)
Log in to leave a comment
Added collision detection and random obstacle generation also got the basic webpage working. I used Google Media pipe to identify hand positions in the browser for the plane controls
Log in to leave a comment
Accomplished a good bit. Got my assets and sprites sorted, by biome and type. Added player velocity, and also added player boundary’s, and movement. Almost got scared when it wouldn’t run in the browser but I got it working.