From f6483316d3df8e31af1705dc93706b99c342b42b Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 6 Jul 2023 18:45:35 +0200 Subject: [PATCH] Add panel to explain inventory --- src/maps/level-0.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/maps/level-0.json b/src/maps/level-0.json index 3e42123..e922270 100644 --- a/src/maps/level-0.json +++ b/src/maps/level-0.json @@ -258,6 +258,16 @@ "x": 6, "y": 4, "t": 0 + }, + { + "id": 8, + "type": "panel", + "content": ["Press I to access the inventory"], + "collision": false, + "texture": ["panel-1", "panel-1", "panel-1", "panel-0", "panel-0", "panel-0"], + "x": 5, + "y": 10, + "t": 1.5957 } ] }