From df27f5002353d07fe729be2ae3600eeed3f43ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Guill=C3=A9n=20i=20Pelegay?= Date: Sat, 8 Jun 2019 14:21:05 +0200 Subject: [PATCH] adding WorldMap to libraries list --- libraries/LIBRARIES | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/LIBRARIES b/libraries/LIBRARIES index 57836130..8eec8894 100644 --- a/libraries/LIBRARIES +++ b/libraries/LIBRARIES @@ -19,6 +19,7 @@ pixel_module.xml Pixels manipulate costumes pixel-wise. audioComp_module.xml Audio Comp analyze, manipulate and generate sound samples. atomic_HOFs_module.xml "Bigger" Data [EXPERIMENTAL] crunch large lists very fast frequency_distribution_module.xml Frequency Distribution Analysis [EXPERIMENTAL] analyze data for frequency distribution +maps_module.xml World Map [EXPERIMENTAL] add interactive maps to projects make-variables.xml create variables in program declare global or sprite-local variables in a script json.xml Deal with JSON data Turn JSON strings into lists with the listify block, then retrieve data out of them by using the value at key block. parallel_module.xml Parallelization Run several scripts in parallel and wait until all are done.