Stay Down Dev Log - Part 12 - GRAPHICS!

3 years ago
22

In part 12 of this lengthy 2d platformer game dev tutorial series, I finally add some graphics to the game.

What you'll learn in this video:

00:01:00 - Making the loader
00:09:20 - Load some images
00:14:30 - Making the renderer and pulling it into the project
00:20:00 - the drawImage function in the renderer
00:23:00 - This issue is due to trying to access the image before it is loaded
00:24:00 - Drawing the images
00:27:00 - Resizing the game world
00:28:00 - Resizing the hit boxes
00:31:00 - Adjusting friction
00:32:30 - Fixing blurriness due to scaling in Chrome and Firefox
00:34:30 - Fixing anti-aliasing with Math.floor

Check out the working example and get the source code at https://pothonprogramming.github.io
Also, join the Discord for some good discussion!

Loading comments...