Devlog 6: Scrolling around


Now I'm moving on to making the game a little bit more palatable for the eyes, and thus a background was added.  It's rather simple, however it helps give the player something to look at as they play. Of course, there's always tweaks to be made to it

One of the hardest parts of this was to figure out a way to make it loop continuously without any clipping. I settled on extending it until the very end of the map. Another situation I came upon was how to tweak the speeds of the parallax scrolling, and thus I solved it by putting each object layer in a respective game object, and kept the scrolling multiplier serialized, which allows me to tweak the scroll speeds at any time from the editor, which makes testing and adjusting.

Get Project Hermes

Leave a comment

Log in with itch.io to leave a comment.