Lets Get Started: Ok so start up a new project. Now the first thing I’ve done is create a pixel perfect camera so everything looks nice and crisp. If you haven’t read my Pixel Perfect Camera Tutorial I suggest you take a look at that first. Everything nice and pixel perfect now? Good! Let’s move on. Before […]
Tag: GameMaker
Pixel Perfect Camera
Lets Get Started: First I want to discuss Surfaces. Surfaces are like canvases which GameMaker draws your game or whatever you tell it to draw, then displays that canvas on the screen. GameMaker’s documentation says it best so I’m just going to quote it: In the normal draw events, GameMaker: Studio doesn’t actually draw directly […]