From 345251f20401a71f7e7e00f4810b92af39ad4395 Mon Sep 17 00:00:00 2001 From: troido Date: Sat, 26 Sep 2020 00:05:03 +0200 Subject: use flags for the whole room instead of room permissions the flags on a tile are the union of the flags from the entity on that tile and the room flags --- content/maps/_home.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/maps/_home.json') diff --git a/content/maps/_home.json b/content/maps/_home.json index 10a43b0..7d67c85 100644 --- a/content/maps/_home.json +++ b/content/maps/_home.json @@ -2,7 +2,7 @@ "width": 64, "height": 64, "spawn": [0,0], - "permissions": {"build": true}, + "flags": ["Build"], "places": {}, "field":[ "%,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,", -- cgit