From b2db39a26061e6479bb08fc1a04b3c01894514eb Mon Sep 17 00:00:00 2001 From: Ignaz Kraft Date: Sun, 15 Dec 2024 20:10:03 +0100 Subject: [PATCH] xkcd 2501 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81d7451..c2810c5 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,8 @@ python -m ss14_tiled /path/to/space-station-14/ - This creates a `dist` directory with all the tile sets. - Alternatively you can download them from the [releases page](https://github.com/Ian321/ss14_tiled/releases). -- Once you got the tile sets, you can create a new map in Tiled and drag them in. +- Once you got the tile sets (the `.tsx` files), + you can create a new map in Tiled and drag them into "Tilesets" tab. - Make sure the tile size is set to 32x32 (default), cause that's what SS14 uses. ## TODO