From ba842a967230c53f8e8f5697489e6e9cb30bd32d Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Fri, 29 Jun 2018 15:48:52 +0200 Subject: [PATCH] Add new freeze automap rule --- data/editor/round_tiles.rules | 46 +++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/data/editor/round_tiles.rules b/data/editor/round_tiles.rules index 2104acdfe..9723c9754 100644 --- a/data/editor/round_tiles.rules +++ b/data/editor/round_tiles.rules @@ -98,3 +98,49 @@ Pos 1 1 FULL Pos 0 -1 EMPTY Pos -1 0 EMPTY Pos -1 -1 EMPTY + +[Chiller] +Index 1 + +#FLY +Index 1 +Pos 0 -1 EMPTY +Pos 1 0 EMPTY +Pos 0 1 EMPTY +Pos -1 0 EMPTY + +#top +Index 1 +Pos 0 -1 EMPTY + +#right +Index 1 +Pos 1 0 EMPTY + +#bottom +Index 1 +Pos 0 1 EMPTY + +#left +Index 1 +Pos -1 0 EMPTY + +#corner top-right +Index 18 YFLIP +Pos 0 -1 EMPTY +Pos 1 0 EMPTY + +#corner top-left +Index 18 YFLIP XFLIP +Pos 0 -1 EMPTY +Pos -1 0 EMPTY + +#corner bottom-left +Index 18 XFLIP +Pos 0 1 EMPTY +Pos -1 0 EMPTY + +#corner bottom-right +Index 18 +Pos 0 1 EMPTY +Pos 1 0 EMPTY