From c1d84ff44f7782e69f32bef70c855a0132c07963 Mon Sep 17 00:00:00 2001 From: reduz Date: Fri, 18 Apr 2014 16:46:42 -0700 Subject: [PATCH] Updated tutorial_tilemap (markdown) --- tutorial_tilemap.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/tutorial_tilemap.md b/tutorial_tilemap.md index 5b1e519..46ca7b4 100644 --- a/tutorial_tilemap.md +++ b/tutorial_tilemap.md @@ -13,9 +13,16 @@ To begin with, a tileset needs to be made. Here are some tiles for it. They are

-Create a new project and throw those inside. - - - +Create a new project and throw the above png image inside. + +###Create the TileSet + +We will be creating a [TileSet](class_tileset) resource. While this resource exports properties, it's pretty difficult to get complex data into it and maintain it: + +

+ +There's enough properties to get by, and with some effort editing this way can work, but the easiest way to edit and maintain a tileset is with the export tool! + +###TileSet Scene