From 21919636f95a1214b7ed1a3e4aa6527f45b9d073 Mon Sep 17 00:00:00 2001 From: troido Date: Wed, 4 Mar 2020 12:15:58 +0100 Subject: interacting now works --- content/encyclopediae/default_encyclopedia.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'content/encyclopediae') diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index 0a4bb97..c1b8c1e 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -178,5 +178,14 @@ "sprite": ["concat", [["string", "emptyletter-"], ["arg", "char"]]], "height": ["float", 1.0] }]] + }, + "radishplant": { + "sprite": "smallplant", + "name": "radishplant", + "height": 0.5, + "components": [ + ["Interactable", {"action": ["string", "harvest"]}], + "Mortal" + ] } } -- cgit