From c6b0039c151499dd69ac79bf5cb4c741af9907cf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adri=C3=A1n?= <58742147+dip000@users.noreply.github.com>
Date: Sun, 20 Feb 2022 17:14:52 -0600
Subject: [PATCH] Update README.md
---
README.md | 45 +++++++++++++++++++++++++++------------------
1 file changed, 27 insertions(+), 18 deletions(-)
diff --git a/README.md b/README.md
index c674b6b..f6a3c7f 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,30 @@
-# MapBuilder
-To build maps from prefab system and import to Unity. Outputs a JSON file
+# MapBuilder 0.2
+To build maps from prefab system and import to Unity.
Try it out here: https://dip000.github.io/MapBuilder/MapBuilderForWeb/MapBuilderForWeb.html
-# Basic functionality
-1. Pick, drop and erase
-2. Create and delete shapes
-3. Click-and-drag to draw
-4. glitched undo-redo
-5. Rotate 90 by degrees any direction
-6. Download a fake JSON with data
-
# How To
-
Web Editor | Unity |
-
---|
-
- |
-
- |
-
-
+-
+ In Web Editor: [Arrow keys] to resize map. [Ctrl] + [Arrow Keys] to add levels. Download configurations file
+
-
+ In Unity: drop Configurations File in MapBuilderManager component from inspector and click "Update Map"
+
+
+
+ Web Editor
+ |
---|
+
+ |
+ Unity
+ |
---|
+
+ |
|
+
+# Versions
+
+ 0.1-alpha
+
+: draw shapes, erase, glitched undo/redo, rotate, download, Unity interface
+
+0.2-alpha
+
+: delete shape, upload, multi maps, Unity interface rework