Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Such an amazing game! the art was amazing although the light felt kind of undetailed and bland in comparison to all the amazing art. the music while a bit simple served its job and the sfx were quite good and juicy. Overall a great game!

(+1)

Thank you! I tried to make the art as well as I could. Originally the laser had a texture which I quite liked, but the way I programmed the lasers made them render in a weird way (light renderers in unity use a mesh and sometimes the triangles in the mesh will connect to the wrong point, so it made a weird shape) because I just made it a line renderer and then updated the points every frame. The texture rendered properly but the shape was weird. I fixed it by making 1 line renderer per horizontal/vertical line, and it just instantiates a new one every time it reflects off of something, but this made the texture render weirdly in the corners so I just removed the sprite and made it one colour. There was probably a way to fix this, but I'm not smart enough lol. Sorry for the kinda long explanation haha.  Yeah, I agree the music was pretty lacking. Next time I will definitely try improve and spend more time refining the music. I just used sfxr for the sfx because sound isn't my thing either, but I'm happy with how it turned out (I probably should have added more sound tho). I really appreciate you playing the game and leaving feedback!! :)