Shading Let’s look at how we can make tile maps to our advantage. Because our tile map is square, you…
Introduction Let’s make a simple tile map. I will add a new project called TileMapTest and make 864×480. I will…
TileMaps This section will examine how to make your game more efficient using tile maps. Tile maps are great and…
LEARN ABOUT SIMPLE PIXEL ART ANIMATIONS Let’s look at how we add different animations to our game. We’ll call these…
CREATE 32×32 CHARACTERS In this document, we will look at how to create 32×32 characters. As we discussed 16×16 characters,…
CREATE 16×16 CHARACTERS In this section, we will look at 16×16 characters. Let’s create a new project. For the most…