diff --git a/tutorial_tilemap.md b/tutorial_tilemap.md new file mode 100644 index 0000000..5b1e519 --- /dev/null +++ b/tutorial_tilemap.md @@ -0,0 +1,21 @@ +#Creating a Tilemap + +### Introduction +Tilemaps are a simple and quick way to make 2D game levels. Basically, you start with bunch of reference tiles (or pieces) that can be put in a grid, as many times each as desired: + +

