Similar Posts
Advanced Animation Control in GameMaker Studio 2 – Method 1
ByNiklesLet’s say that you have a sprite with a complex animation (i.e. variable frame rate). As you can see from the following image, each frame will play at a specific time (I use a simple Photoshop script to export the frames, I’ll write an article about it later).
Kren Devlog #2 – Officially looking for a (Pixel) Artist
ByNiklesToday I started posting around forums. I’m looking for an artist. I have no artistic skills whatsoever; I cannot draw tilesets, sprites, animations… let alone concept art.
Optimizing Collision Code
ByNiklesAs I said in a previous post about my platformer engine (the one I’m working on for Fuzeboy), I’m using Zack Bell‘s code as a base. Recently I started to look into ways to optimize such code without losing the functionality (slopes are a big feature of that simple collision/movement code). And as someone once told…
Sprites with different images dimensions in GameMaker Studio 2
ByNiklesWhen you try to import multiple images into a single sprite in GameMaker Studio 2, you could end up with unexpected results. Specifically, if the images have different sizes (width and height), the sprite size will be equal to that of the largest image, but all the other images will be imported stretched to fill…
How I Scale Fuzeboy Resolution on Mobile and Desktop Devices
ByNiklesFuzeboy’s still in development so it’s only natural that sometimes I take time to rewrite stuff, to fix things, to experiment and so on. We try, we break, we fix, we extend, we change. We evolve. One issue we faced from the start, is the game resolution. What we knew was that we wanted pixel…
Kren Devlog #1 – Upgrade System and Level Specific Items
ByNiklesThis post is outdatedThe following (quite naive) ideas and methods have now been replaced. This post was written when I was just starting out with game development (I was learning GameMaker Studio). Player now has data (like energy, starting_x and starting_y positions, starting direction and so on) and a nice inventory of permanent upgrades. I’ve…
