Enabling side-scrolling
Game Deploy Test » Devlog
Today's diff is somewhat small, but it changes a logical aspect of the game that's pretty important for this kind of game : today I added side-scrolling...
so you can now move the character right/left and actually watch the background scroll towards the sides as the character moves.
this required adding a high-level concept of a 'map' that extends beyond the viewport. when drawing, i transform the camera to draw the entire map, then undo the transform to draw the character.
Files
GameDeployTest_osx.zip 18 MB
Jan 11, 2019
Get Game Deploy Test
Game Deploy Test
Just a simple desktop app to test Lua LÖVE packaging on different platforms
More posts
- Added tiles!Jan 18, 2019
- Adding some background texturesJan 09, 2019
- Adding platform and gravityJan 09, 2019
- Adding bounds-checkingJan 07, 2019
- Adding sprites and soundJan 06, 2019
Leave a comment
Log in with itch.io to leave a comment.