From ba09108692a694dd832f38ef6ea447135f418b73 Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 12 Apr 2020 16:24:01 +0200 Subject: gave builtwalls their own sprite --- content/encyclopediae/default_encyclopedia.json | 2 +- todo.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index 80d84cb..e22efba 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -93,7 +93,7 @@ "Mortal", ["Loot", {"loot": ["list", [{"type": "stone"}]]}] ], - "sprite": "wall", + "sprite": "builtwall", "height": 2, "extract": {"health": ["Health", "health"]}, "flags": ["Blocking"] diff --git a/todo.md b/todo.md index 0efbe71..1231fe0 100644 --- a/todo.md +++ b/todo.md @@ -1,7 +1,7 @@ # TODO -- make readme +- document assemblage and room definition - more tests - visitors - improved tutorial -- cgit