From f28958530255e7ffe9720c7cac80bbbe38b3f1c6 Mon Sep 17 00:00:00 2001 From: wcko87 Date: Sun, 10 Sep 2017 19:12:07 +0800 Subject: [PATCH] Update roomtypes.md --- docs/roomtypes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/roomtypes.md b/docs/roomtypes.md index ff29a66..25c053f 100644 --- a/docs/roomtypes.md +++ b/docs/roomtypes.md @@ -13,3 +13,17 @@ Room Types (in the `roomtype` object layer) affect how the camera scrolls. This -2: Prevents the camera from entering a room from the left or right (it can still enter from above/below) -3: Prevents the camera from entering a room from any direction. ``` + +## Example Usage: +Having the room types laid out like this: +``` +1 0 0 0 4 4 1 3 +2 2 2 2 4 4 0 3 +``` + +Makes the rooms like this in the minimap: +``` + _ ___ _ _ +|_|_____| |_| | +|_______|___| |_| +```