From 4210a5e3564497bd70981d7d83294df2d18fa631 Mon Sep 17 00:00:00 2001 From: Alexis Faizeau <faizeau.alexis@gmail.com> Date: Mon, 13 Jun 2022 17:48:50 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2825cba..30ef055 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ This is a starter kit to help you build your own map for [WorkAdventure](https:/ To understand how to use this starter kit, follow the tutorial at [https://workadventu.re/map-building](https://workadventu.re/map-building). ## Structure -* **assets** : All tilesets +* **tilesets** : All tilesets +* **public** : Static files * **src** : All TypeScript/Javascript scripts * **map.json** : Map file * **map.png** : Image displayed on README.md and on the map infos in-game -- GitLab